Hello all,
I'm in need of a macro that would do this:
- look in a specified folder for all excel files
- from the first sheets of all the files it would copy two ranges of data (first are IDs and the others are the actual data) and paste them in a new file that would only contain the IDs and the data from all the files in the folder.
Some additional thoughts:
- the files are randomly named, not like 1, 2, 3 etc.
- the name of the sheet from which the data should be copied is the same in all the files
- the columns in the files are always the same, but number of rows varies
This is rougly how the input files will look (with some clutter on the top):
1.JPG
And how the output should ideally look like:
2.JPG
I'm not very good in VBA so please use very simple termsthanks everyone in advance for your effort
Bookmarks