G
Guest
I use a VBA macro to print all worksheets of a workbook.
The code looks like this:
ActiveWorkbook.Sheets.PrintOut
I've noticed that Excel 2003 SP1 creates a different print job for each of
the WorkBook's WorkSheets. Since I use a printer driver that creates PDF
files out of print jobs I get three PDFs for three WorkSheets.
Is it possible to print all WorkSheets of a WorkBook into _one_ print job?
The reason is I want one PDF for the whole Excel file and not several.
Thanks,
Guido
The code looks like this:
ActiveWorkbook.Sheets.PrintOut
I've noticed that Excel 2003 SP1 creates a different print job for each of
the WorkBook's WorkSheets. Since I use a printer driver that creates PDF
files out of print jobs I get three PDFs for three WorkSheets.
Is it possible to print all WorkSheets of a WorkBook into _one_ print job?
The reason is I want one PDF for the whole Excel file and not several.
Thanks,
Guido
