Hello,
I'm have a problem with updating my current VBA code that produces a master file with data from xlsx files in the same folder.
My current code combines all xlsx files data into one Master file, but I need to add an extra column that would display the original file names in each rows of the combined Master file, so one can determine which data belongs to which file.
Also my VBA code currently brings over headers for each of the files, and I would like to only have the first files header, and remove all sequential header from the Master.
If someone can please help, that would be amazing!
Below is my current code:
Bookmarks