mohamedboussaida
New Member
- Joined
- May 26, 2017
- Messages
- 8
Hello Experts;
can somebody help me to find out a way to print a batch of PDF files saved in my desktop from a hyperlinked sheet in excel
in the excel sheet i have a column "A" where listed all the documents with a hyperlink to their related files; the names in the list is same as in the folder
Column A
Row 1 20000000 (in the folder, the file name is 20000000.PDF)
Row 2 20000001 (in the folder, the file name is 20000001.PDF)
Row 3 20000002 (in the folder, the file name is 20000000.PDF)
what i want is a macro or VBA which will print in the default printer the full batch from excel (means the logic is to open the PDF file in the folder then print out through the default print then close the file, and then the to the next file...)
i appreciate your help
i have more than 5000 files, if i do it one by one is too difficult
can somebody help me to find out a way to print a batch of PDF files saved in my desktop from a hyperlinked sheet in excel
in the excel sheet i have a column "A" where listed all the documents with a hyperlink to their related files; the names in the list is same as in the folder
Column A
Row 1 20000000 (in the folder, the file name is 20000000.PDF)
Row 2 20000001 (in the folder, the file name is 20000001.PDF)
Row 3 20000002 (in the folder, the file name is 20000000.PDF)
what i want is a macro or VBA which will print in the default printer the full batch from excel (means the logic is to open the PDF file in the folder then print out through the default print then close the file, and then the to the next file...)
i appreciate your help
i have more than 5000 files, if i do it one by one is too difficult