yash_dalmia
New Member
- Joined
- Sep 7, 2018
- Messages
- 2
Hi All,
I am in need of a VBA code to open PDF files from different locations and then print to pdf and save in another location.
Further explanation:
- I would like to open all the pdf files in A:\BuyerDownloads\
- I would then like the opened files to be printed to PDF and saved in A:\Vinayaka\Operations_VFPL\Contracts
- The path A:\BuyerDownloads\ is constant but the number of folders inside vary on a week to week basis. There are also instances of multiple folders inside one another in the path A:\BuyerDownloads\
Any help on the above is appreciated, thank you.
P.S. I am a complete newbie to VBA
I am in need of a VBA code to open PDF files from different locations and then print to pdf and save in another location.
Further explanation:
- I would like to open all the pdf files in A:\BuyerDownloads\
- I would then like the opened files to be printed to PDF and saved in A:\Vinayaka\Operations_VFPL\Contracts
- The path A:\BuyerDownloads\ is constant but the number of folders inside vary on a week to week basis. There are also instances of multiple folders inside one another in the path A:\BuyerDownloads\
Any help on the above is appreciated, thank you.
P.S. I am a complete newbie to VBA