Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have an application where multiple users will be using but I want to
automatically choose their PDF printer (with no input from the user). Is there VBA code that allows you to pull up the names of the available printers? Then I can choose the one with PDF in the name. -- Joe D |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dear Joe
Using CutePDF writer it would be.... Sub Macro () ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _ "CutePDF Writer on CPW2:", PrintToFile:=True, Collate:=True, PrToFileName:="C:\Test.pdf" End Sub If this post helps click Yes --------------- Jacob Skaria "Joe D" wrote: I have an application where multiple users will be using but I want to automatically choose their PDF printer (with no input from the user). Is there VBA code that allows you to pull up the names of the available printers? Then I can choose the one with PDF in the name. -- Joe D |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
members on my network printer not able to print to default printer | Excel Discussion (Misc queries) | |||
Printer Multiple Worksheets with a particular Printer Setting | Excel Worksheet Functions | |||
excel macro to automatically change default printer | Excel Discussion (Misc queries) | |||
Randomly choosing | Excel Worksheet Functions | |||
Choosing a date | Excel Worksheet Functions |