takbb
4
Hi @jmancero ,
Thanks for the update. I had a feeling that might be what you meant but thought I’d better ask.
Assuming your sheets are all of the same format, for this you read the sheet names and then put the excel reader in a loop.
See this post for an example…
And also this example from @mlauber71
If, however, the table formats are different on each tab, you’d need to have separate readers for each tab, and wouldn’t use a loop.
Finally, if you need to exclude hidden sheets, see here
1 Like