Eric Milligan
New Member
- Joined
- Jul 7, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
I have a somewhat specific issue that I haven’t found an answer to on here or anywhere else
Every day, I have 89 workbooks of exported info whose data needs to be added to a single daily master workbook. The tricky part is that the master workbook has a separate sheet for each of the 89 exports.
There are a couple details that might make this easier:
Exported workbooks
- Each day's exported workbooks have their own folder
- Each exported workbook in the series is named the same every day (i.e. the first is always named “1storder”, second is “2ndorder”, etc.)
- Each exported workbook contains a single sheet with the same name as the workbook
- The sheets contain data in columns A through P with a varying number of rows (not table formatted)
Master workbook
- The master workbook has a sheet for each of the 89 exports
- The each sheet's name corresponds to the workbook who’s data goes into it (i.e. first is “1storder”, second is “2ndorder”, etc.)
Is there a method by which a Macro can do this? Please let me know if I can provide any other info?
Every day, I have 89 workbooks of exported info whose data needs to be added to a single daily master workbook. The tricky part is that the master workbook has a separate sheet for each of the 89 exports.
There are a couple details that might make this easier:
Exported workbooks
- Each day's exported workbooks have their own folder
- Each exported workbook in the series is named the same every day (i.e. the first is always named “1storder”, second is “2ndorder”, etc.)
- Each exported workbook contains a single sheet with the same name as the workbook
- The sheets contain data in columns A through P with a varying number of rows (not table formatted)
Master workbook
- The master workbook has a sheet for each of the 89 exports
- The each sheet's name corresponds to the workbook who’s data goes into it (i.e. first is “1storder”, second is “2ndorder”, etc.)
Is there a method by which a Macro can do this? Please let me know if I can provide any other info?