Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am writing a simple macro to allow some of the people in our company to
click on a toolbar button that will select our fax printer, send a fax, and then reset the selected printer to the default. What do I put after this: Application.ActivePrinter = Thanks, Charlie |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this
Dim DPrinter As String DPrinter = Application.ActivePrinter Application.ActivePrinter = "Microsoft Office Document Image Writer on Ne01:" ActiveSheet.PrintOut Application.ActivePrinter = DPrinter -- Regards Ron de Bruin http://www.rondebruin.nl "Charlie" wrote in message ... I am writing a simple macro to allow some of the people in our company to click on a toolbar button that will select our fax printer, send a fax, and then reset the selected printer to the default. What do I put after this: Application.ActivePrinter = Thanks, Charlie |
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) | |||
Excel 2003 loses selection of printer | Setting up and Configuration of Excel | |||
Excel printer selection | Excel Discussion (Misc queries) | |||
How do I create a macro that prints to any default printer | Excel Programming | |||
excel macro to automatically change default printer | Excel Discussion (Misc queries) |