Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Excel VBA - Copy all Excel files in a folder

Hi

I need to write some Excel VBA code to loop through all the Excel files in a folder and copy
the first sheet of each to a new Excel file, so that each sheet of the new file is named the same as each file and contains its data
ASKER CERTIFIED SOLUTION
Avatar of zorvek (Kevin Jones)
zorvek (Kevin Jones)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

Excellent. Thanks very much for the code!
Thanks again. That code was spot on!