Need to combine multiple xls from a specific location. All xlsx's are the same format meaning all have the exact columns headings for A-N. Would like to combine each sheet into a new workbook with 1 master sheet of the data. 1st row should have the common colun headings and all the data combined in the rows below without breaks or blanks.
Also if possible take the file name and input that into column N for each entry(preferably without the file extension.
I currently have a VBA code that allows me to make one workbook with multiple sheets ,but not a master book with 1 master sheet.
You can work with my current code(request it) or provide new vba code. Any help would be appreciated
Bookmarks