I have the following scenario:
I have up to 200 different folders on my desktop. In each of these folders, I have up to 15 different pdf files. So I might have the following:
Folder A: Maths.pdf , English.pdf , Science.pdf , Geography.pdf
Folder B: Maths.pdf , English.pdf , Geography.pdf
Folder C: Science.pdf , Geography.pdf
I have an excel file that contains the names of all the folders in column A, all the possible filenames that could be saved in each folder in column B.
What I want is an automatic process that combines all pdf in Folder A and names the new file Folder A. I want it to then loop and to do this for all 200 folders on my desktop.
Any ideas how I could do this?
I have up to 200 different folders on my desktop. In each of these folders, I have up to 15 different pdf files. So I might have the following:
Folder A: Maths.pdf , English.pdf , Science.pdf , Geography.pdf
Folder B: Maths.pdf , English.pdf , Geography.pdf
Folder C: Science.pdf , Geography.pdf
I have an excel file that contains the names of all the folders in column A, all the possible filenames that could be saved in each folder in column B.
What I want is an automatic process that combines all pdf in Folder A and names the new file Folder A. I want it to then loop and to do this for all 200 folders on my desktop.
Any ideas how I could do this?