Search found 1 match
- Thu Aug 16, 2007 6:25 pm
- Forum: Programming
- Topic: Problems at printing more than one sheet in Exce2007/Vista
- Replies: 0
- Views: 14187
Problems at printing more than one sheet in Exce2007/Vista
I try to print (merge) about ten excel sheets in one PDF document. I use the COM interface with VBA. I set the required values in the PDFPrinterSettingsObject, in a loop I save the settings (runonce.ini) and print the sheets one by one. My code looks like the following code snipped: [code] ... print...