Hi everyone,
I have a piece of code which loops through around 1000 entries and creates unique workbooks for each one. This code works great when saving each workbook in the loop as an xlsx file. I made a small adjustment so the files save as PDF with the following line:
I have also turned off ScreenUpdate.![]()
Please Login or Register to view this content.
I estimate it would take around 5 hours to create all 1000 PDFs. Does anyone know of any faster method of saving this workbooks as PDF? Is it perhaps faster to create the excel workbooks first and then convert afterwards? If so, how could I do that using VBA?
Any ideas?
Thanks!!
Bookmarks