View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default PDF macro button

I use the free PrimoPDF.

This is what I get when recording a macro.

Sub Macro1()
Application.ActivePrinter = "PrimoPDF on Ne01:"
ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _
"PrimoPDF on Ne01:", Collate:=True
End Sub

Perhaps you could try the recorder?


Gord Dibben MS Excel MVP

On Wed, 6 May 2009 11:21:10 -0700, Neall
wrote:

I would like to generate a pdf with my final tally sheet, can someone give me
some insight as to what to do, I am using a free PDF creator.

Thanks in advance