Hello all,
I have multiple .xls files in a folder, and from each file/workbook I need to delete some columns (B to D, column L , column S to V).
Then I would save the files into the same folder, to .xlsx, if possible. IF not possible, I would save them automatically in to a subfolder "converted".
In steps:
1. Select the folder with the files (.xls)
2. Open the first file
3. Remove the columns
4. Save as .xlsx (same file name), (or save in different folder "converted" within the original folder)
5. Close the file
6. Open next file (then step 3,4,5 again)
I tried many codes from other topics here, but every single one of them did something I just didn't want.
Please, some help here.
I have multiple .xls files in a folder, and from each file/workbook I need to delete some columns (B to D, column L , column S to V).
Then I would save the files into the same folder, to .xlsx, if possible. IF not possible, I would save them automatically in to a subfolder "converted".
In steps:
1. Select the folder with the files (.xls)
2. Open the first file
3. Remove the columns
4. Save as .xlsx (same file name), (or save in different folder "converted" within the original folder)
5. Close the file
6. Open next file (then step 3,4,5 again)
I tried many codes from other topics here, but every single one of them did something I just didn't want.
Please, some help here.