There seems to be much information on importing Excel files of different schemas. I, however, require a twist on this that I cannot seem to find. I have the following situation:
- Multiple Excel files with an unknown number of schemas (all on the 1st tab but with different tab names)
- I only want to import and process the 3 schemas that I have set up in my workflow. (This is the twist I cannot solve)
- The remaining schemas(files) - if any exist - should be gracefully handled at the file level. I do not have to or want to process them right away. I just need a filename(s) in a separate path so I know which they are and add them to the workflow.
- Each filename is different in the folder
- I am using a batch macro to bring the various schemas into one path, but if there is a better way...
Thanks all.