There is folder, and within folder there are sub folders, where we have excel files, multiple excel files, multiple sheets, non-consistent.
Now I want to create a macro, where I enter the path , and it picks all the files, remember, there are multiple folders, the output should have full path and then of course sheet name, file name and the data.
The data starts from row 1 only so I have to make sure that the Alteryx doesn't take the first line as header as it is non consistent.
All the macros so far here are not dynamic and I don't even have the template sheet, all sheets are different hence need a macro which can stack all the sheets from all the files from all the folders.