The file you uploaded in post #5 has in column L of Sheet1 some data.
The header is "Current Year Budget", then there is some data, 400, 275, 400 again etc.
In that same post you have this:
If anyone has a chance, please look at the new attached workbook and see if you can find what's wrong with the 'ConsolidateFiles' macro.
That code is from that macro. MyArr is an array of values.
The values that are filling that array are, because of the way the code is written, coming from that column.
Therefore the first item in the array is "Current Year Budget", the second item is 400, the third item is 275, look at the file you posted in column L.
Now the code is trying to open a file
Notice where is says myArr? So the first time it loops it's looking for a file that ends in Current Year Budget.xlsx, you say your error is Row Labels.xlsx, so I think you are not using the file you posted because I don't find the text rowlabels anywhere in the file, but look at your sheet and find that text and that's why you are having an issue. In the file you posted where is the list of file names you want to open?
Bookmarks