'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.
Even though your class workbooks only have one sheet, the macro will still work the same, processing the one sheet it finds.
The macro currently appends data found to the bottom of the matching sheet, but you can edit this section to have it replace the existing data:
...becomes:
Bookmarks