Hi Guys,
First time poster. Need your help. I've got about 500 excel that are in "C:\Test" Folder. I want to generate a macro that:
What im trying to achieve is:
For each excel file in Test folder, i want an identical excel file in Cleaned folder - Copied from the file in test folder and saved in the Cleaned folder with the same name.
The reason why im doing this is because for some reason this is the only way SAP will except the excel dump, else it keeps erroring out - "cannot load file" - the only way the files load is if i copy the source data's worksheets in a new workbook and then re-upload.
Thanks in advance gurus.
Oz
First time poster. Need your help. I've got about 500 excel that are in "C:\Test" Folder. I want to generate a macro that:
- loops through all the files in the folder
- For each excel file in the folder (1.xlsx,...)
- copy all worksheets into a new workbook with the same filename as the source excel in a new folder called "C:\Cleaned"
What im trying to achieve is:
For each excel file in Test folder, i want an identical excel file in Cleaned folder - Copied from the file in test folder and saved in the Cleaned folder with the same name.
The reason why im doing this is because for some reason this is the only way SAP will except the excel dump, else it keeps erroring out - "cannot load file" - the only way the files load is if i copy the source data's worksheets in a new workbook and then re-upload.
Thanks in advance gurus.
Oz