Combining PDF reports with VBA

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
rudevincy
Posts: 2
Joined: Tue Jan 13, 2009 11:29 pm

Combining PDF reports with VBA

Post by rudevincy »

I have created some code that pulls data into an excel sheet to create a report. The report is then saved to a file path and also pdf and the pdf is saved to a file path, and then it continues on to the next report. By the time my program is finished running I have 250 excel reports and 250 pdf reports.

Is there any way that I could within my code to combine the pdf reports into one file?

PLEASE HELP ME!!
Post Reply