Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have recorded a macro to print my worksheets to a PDF buts its forcing me to create multiple PDF's. There are 6 worksheets I am saving and the output is prompting / saving 3 PDF files. The first has 1 worksheet, the second has 4 worksheets, and the last has 1. I would 'ACTUALLY' like all worksheets to be saved as 1 PDF. What would be causing the addin to prompt for spearate files here? I am using Excel 2000 SP3 and Acrobat v5.0.10 Bruce Sub print_PDF() Application.ActivePrinter = "Acrobat PDFWriter on LPT1:" ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _ "Acrobat PDFWriter on LPT1:" End Sub Rgds, Bruce |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How change the file location that I save my files to? | Excel Discussion (Misc queries) | |||
.xlt files change from 300 dpi to 600 dpi when printing with MODI. | Excel Discussion (Misc queries) | |||
What format are files saved in when printing to a file from Excel | Excel Programming | |||
How do I change file/open/"files of type" to default to "all file. | Excel Discussion (Misc queries) | |||
importing text file, removing data and outputting new text file | Excel Programming |