Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have Adobe Acrobat 7.0 which is set as my default printer. I need to know
how to change the name of the print out after a macro is run changing the data. What I have so far: Application.DisplayAlerts = False Application.Run "PERSONAL.xlsb!QuoteAge24" Sheets(Array("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20")).Select Sheets("1").Activate ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:="Adobe PDF on Ne04:", Collate:=True Sheets("Pivot").Select I have tried several ways of adding the file name/location for the output with no success. Any help would be appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can't print to adobe acrobat | Charts and Charting in Excel | |||
Print to PDF through Acrobat 6.0 | Excel Programming | |||
excel/vba & acrobat 7.0 pro - Print multiple sheets to 1 PDF | Excel Programming | |||
Print Acrobat Reader PDF file from VBA | Excel Programming | |||
Print to Adobe Acrobat (2 ws to one file) | Excel Programming |