A
Al S
Hi All
Im stuck with this problem for the last couple of days. Its like this..
I have an excel workbook that contains 6 worksheets created
programmatically in C#. All Im trying to print this workbook in PDF
format in which case it should prompt me ONCE only to save it and then
should save it as one single pdf document with six pages. My problem is
it saves the 6 worksheets as 4 different pdf documents and prompts me 4
times. Any help would be greatly appreciated.
thx
Al
P.S the print code is
objBook.PrintOut(1, 6, 1, false, "Adobe PDF", false, Type.Missing,
Type.Missing);
The name of the Adobe distiller printer is "Adobe PDF"
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Im stuck with this problem for the last couple of days. Its like this..
I have an excel workbook that contains 6 worksheets created
programmatically in C#. All Im trying to print this workbook in PDF
format in which case it should prompt me ONCE only to save it and then
should save it as one single pdf document with six pages. My problem is
it saves the 6 worksheets as 4 different pdf documents and prompts me 4
times. Any help would be greatly appreciated.
thx
Al
P.S the print code is
objBook.PrintOut(1, 6, 1, false, "Adobe PDF", false, Type.Missing,
Type.Missing);
The name of the Adobe distiller printer is "Adobe PDF"
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!