Hello,
I have about a hundred xlsx files in the same folder, they are identical as far as structure other than the name. I need a VBA to open each file in a folder, unmerge(due to previous formatting) all cells. Then copy specific cells into a new row. Then open the next file and create a new row, until it goes through all of the files.
From each workbook in the folder, I have about 10 cells I need to pull across, here is a sample of the mapping.
Copy H8 to A2
Copy S9 to B2
Copy AK to C2
etc.
Then next file would write to row 3
Copy H8 to A3
Copy S9 to B3
Copy AK to C3
etc.
Thanks for the help.
I have about a hundred xlsx files in the same folder, they are identical as far as structure other than the name. I need a VBA to open each file in a folder, unmerge(due to previous formatting) all cells. Then copy specific cells into a new row. Then open the next file and create a new row, until it goes through all of the files.
From each workbook in the folder, I have about 10 cells I need to pull across, here is a sample of the mapping.
Copy H8 to A2
Copy S9 to B2
Copy AK to C2
etc.
Then next file would write to row 3
Copy H8 to A3
Copy S9 to B3
Copy AK to C3
etc.
Thanks for the help.