Hello All,
I am trying to pull about 100 excel files that are all formatted identically the same and located in one folder into a consolidated excel sheet. The file is formatted as the following:
Cells A9-BF9 have the same title header information. I would like to pull this into the top row on the master file if possible. If not, I can pull this in manually.
Cells A10-BF10 contains the data that I need to pull-in for each spreadsheet.
I imagine this should be relatively easy, but I can't seem to get the VBA code to work. Any help would be greatly appreciated. Thanks!
I am trying to pull about 100 excel files that are all formatted identically the same and located in one folder into a consolidated excel sheet. The file is formatted as the following:
Cells A9-BF9 have the same title header information. I would like to pull this into the top row on the master file if possible. If not, I can pull this in manually.
Cells A10-BF10 contains the data that I need to pull-in for each spreadsheet.
I imagine this should be relatively easy, but I can't seem to get the VBA code to work. Any help would be greatly appreciated. Thanks!