Hi,
Please help with this problem. I tried searching other posts for answers as well.
I have a main workbook, Main.xlsm
I want to have a macro in there that can loop through and import data from whatever xls files are in a specific folder into new worksheets. The folder is "C:\Users\elayem\Downloads\Import"
For example if I have 3 workbooks in there:
workbook1.xls
workbook2.xls
workbook3.xls
The macro would import each workbook into 3 new worksheets in Main.xlsm.
Order does not matter. Naming of the new worksheets does not matter.
Can anyone help with this script? Thank you in advance!
Please help with this problem. I tried searching other posts for answers as well.
I have a main workbook, Main.xlsm
I want to have a macro in there that can loop through and import data from whatever xls files are in a specific folder into new worksheets. The folder is "C:\Users\elayem\Downloads\Import"
For example if I have 3 workbooks in there:
workbook1.xls
workbook2.xls
workbook3.xls
The macro would import each workbook into 3 new worksheets in Main.xlsm.
Order does not matter. Naming of the new worksheets does not matter.
Can anyone help with this script? Thank you in advance!