'WORKBOOKS W/MULTIPLE SHEETS MERGED INTO SHEETS IN CONSOLIDATION WORKBOOK
Here's a macro for collecting data from all sheets in all files in a specific folder merging into matching sheets.
The parts of the code that need to be edited are colored to draw your attention.
================
To copy from row11 and then paste as values, you'd need to change this one line of code:
to these lines of code, this also changes the original workbook to values only:
To save the original file with other filenames would be a change here:
to this, perhaps:
I think this is a patently bad idea, by they way. You're in the process of cycling through files in a folder and then you start adding files to that folder.... I bet this macro would run out of control.
I'd recommend you have a folder INSIDE this folder called "Values" and you save these new copies into that folder instead.
Bookmarks