Search found 2 matches

by rudevincy
Tue Jan 13, 2009 11:49 pm
Forum: Programming
Topic: Combining PDF reports with VBA
Replies: 0
Views: 10436

Combining PDF reports with VBA

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 repo...
by rudevincy
Tue Jan 13, 2009 11:33 pm
Forum: Programming
Topic: Visual Basic code to combine 2 or more pdf-files
Replies: 3
Views: 21067

Re: Visual Basic code to combine 2 or more pdf-files

I also have a similar problem currently my program creates an excel worksheet then it pdf's the worksheet and closes the file and moves to the next one. It generates 250 reports. I would like to be able to make the pdf in one file (so it would be 250 pages) could I use the line of code myobject.SetV...