ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   PDF macro button (https://www.excelbanter.com/excel-worksheet-functions/230015-pdf-macro-button.html)

Neall

PDF macro button
 
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
--
Neall

Gord Dibben

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




All times are GMT +1. The time now is 10:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com