Hello,
I need help concatenating Excel worksheets from a directory into a single sheet. I have some folders with over 1000 files that I need to combine to run analysis on. They all have the same header and data starts on line A37. Is it possible to just put the next file's data underneath the last with some kind of loop?
One problem is that I also need to add a line to distinguish one file's data from another, maybe a column with the file name on each line.
Does this sound possible to automate?
Thank you for your help in advance!
I know there was a previous thread (http://forums.techguy.org/business-a...cel-files.html), but I don't know how to alter it to remove a larger header and I wasn't able to get the macro to work for me.