Hi,
I am trying to input dynamically with different sheets using dynamic input. I am not finding <List of Sheet Names> sheet while extracting excel sheet. Any Idea how to get this. Can someone help on this. Thanks in advance.
Thanks
Ganesh.
Solved! Go to Solution.
HI, @anbugans
are you trying to input a XLS file? The list of sheet names is available only for the XLSX format.
Thanks for your reply.
Yes. I am working with .xls format file.
Yes. It is working after converting the file from .xls format to .xlsx format.
I have a situation where this solution will not work for me...I am not allowed to modify the source data.....I must read it in how ever I can....and I would rather not have a work flow that has been 'hard-coded' to read in the many sheets from an xls file! If I were to convert the files to anything it would be a delimited file, not xlsx!!
I'm working on a macro that will hopefully solve my problem...but I just wanted to see if anyone else had solved this.
Thank you
Hi Swift34,
I have exactly the same issue, in so much as I'd like to retrieve a list of the tabs in a xls so that I can then open the file and sheet dynamically. Would you be happy to share with me how you resolved it, if of course you were able to?
Many thanks in advance, Nick
Hello @spainn,
There's a post from CameronS out there with a macro that may be able do what you're looking for.
Thanks!