I have close to 50 Excel files. Which have the following sheets (Sheet1, Sheet2, Sheet3 and Sheet4). And the columns in each sheets are identical across all the 50 files. I need to read each excel file and merge the 4 sheets data in 4 dataframes/4 excel files.
I tried to include for loop to read the 50 files and store the workbook as a temp variable. But to read each sheet from them and binding it to a final variable is where I'm stuck.
Okay with a VBA solution as well!