PDA

View Full Version : Printing from Excel Macros


rvorster
06-09-2006, 09:43 AM
I need to print a document out of an Excel macro
(1) without PrimoPDF prompting me for a "Save as:" filename and
(2) without opening the Adobe Reader in the background.

Is it possible to supply PrimoPDF with a parameter (i.e. through the .INI file)that contains the filename and to suppress the opening of the Acrobat reader?

ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:="PrimoPDF" very neatly calls PrimoPDF but thereafter it needs attention which I would like to programatically bypass