Search found 1 match
- 2017-06-09T16:31:54-07:00
- Forum: Users
- Topic: vba script to batch convert a folder of tiff to one pdf
- Replies: 1
- Views: 3661
vba script to batch convert a folder of tiff to one pdf
I have 10,000 folders, and need to batch convert all tiff files in each folder to one pdf file. I listed the Source folder directory in the Column A of an Excel file, and list the pdf file name in Column B. I want to use the VBA to go through each row, and batch convert each folder to one pdf. I am ...