I have 2,000 spreadsheets in a folder - I would like some code that;
- opens each spreadsheet one at a time
- in sheet "Summary", copy/paste special whole sheet
- in sheet "Summary", columns C&D - I only want the first letter of any text to remain (converting names to initials)
- delete all sheets except "Summary"
- save and close the file, but keep Excel open
Is this possible? I'm comfortable with VBA for most of the above except for opening each file in folder.
TIA
- opens each spreadsheet one at a time
- in sheet "Summary", copy/paste special whole sheet
- in sheet "Summary", columns C&D - I only want the first letter of any text to remain (converting names to initials)
- delete all sheets except "Summary"
- save and close the file, but keep Excel open
Is this possible? I'm comfortable with VBA for most of the above except for opening each file in folder.
TIA
Last edited: