Hello,
I am having trouble trying to do the following: we have a folder with say 20 Excel files (in .xls format) and all of them have the same column structure and same sheet name (sheet name is called “Report” for example).
What I want to do is loop through each of the .xls files in the folder, copy the contents from the Sheet Name “Report”, and then paste the contents into another Excel file (lets call this Output.xlsx). So the idea being the contents of each of the .xls files will be appended on top of each other, in the Output.xlsx file.
Hope that makes sense, appreciate any help on this!