User login

Languages

Donate

Donate for a MSI Installer Package [more]

Target:
$ 1200
Achieved:
$ 1746.88
Fees:
$ 82.2
100 %
Donate
SourceForge.net Logo

how to print whole Excel workbook

2 replies [Last post]
Vehudis
User offline. Last seen 27 weeks 6 days ago. Offline
Joined: 09/03/2009

Is it possible to print/save whole Excel workbook in one pdf file? If yes, how or where I have to change settings in pdfcreator, if not, is this function gonna be in a next version of pdfcreator?

Strasser09
User offline. Last seen 27 weeks 2 days ago. Offline
Joined: 08/31/2009

Hi,

in theory the follow sourcecode should print the whole workbook as pdf. file.

'print the whole workbook into a .ps - File
ThisWorkbook.PrintOut ActivePrinter:="PDFCreator", printtofile:= _
True, Collate:=True, PrToFileName:=(Path & File & ".ps")

'convert .ps to .pdf !!!doesnt work for me at the moment, maybe something is missing!!!!!
pdfjob.cConvertPostscriptfile (Path & File & ".ps"), (Path & File & ".pdf")

There are some other ways possible, for example print every single sheet and use the .cCombinall Method to put them together.

Greetings
Strasser

© pdfforge.org :: Contact us :: Sitemap :: Design by Daniela Martin

Validate XHTML or CSS.