I have a folder with 111 excel work books. I want to copy and paste every file into one excel file into separate sheets. So one sheet should have the contents of one file. Each file contains only one sheet. Any ideas would help as i am not very familiar with VBA. And I don't want to copy and paste 111 times.
Thanks.
I had the same issue recently. This code is all you need. Specify a folder and it will combine all workbooks into one (handles them even if they have multiple sheets, too).
This is a shorter version. You'll need to do Tools/References and add Microsoft Scripting Runtime.
Place all your .xls files into one folder, enter the files path in 'Enter Files Path Here' and run the macro.