Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAthank you @SeanAdams for a perfectly concise workflow
my solution based on the same idea below
I had no idea how to approach this and immediately went hunting through Google. I found this amazing resource on how to read in files with different schemas and it worked great!
What I learned from this challenge:
1. Reading in files with different schemas cannot be done with dynamic input.
2. You can make a batch macro without a macro input and just an input tool and macro output.
3. How to append a sheet name to the end of a file path to get the specific sheet.
All great stuff.