I have been
able to successfully merge two files into a single PDF using a VBA Module. I
have not been able to Merge an Excel file with an existing PDF…the pdf is the
second file added. There is a control loop in the code<o:p></o:p>
.cPrintFile (FILENAME) 'Add the PDF<o:p></o:p>
Do Until pdfjob.cCountOfPrintjobs = 2
DoEvents
Loop<o:p></o:p>
The PDF file
never gets added so the loop never gets exited. I am wondering if I need
a PDFArchitect or PDFArchitect Pro to make this work.<o:p></o:p>
Using
PDFCreator 1.7.2 on Windows 7.0 Pro 64Bit<o:p></o:p>
Thanks<o:p></o:p>
-Alan<o:p></o:p>