A Allen Browne Mar 15, 2004 #2 This example changes to the first printer on your system: Printer = Printers(0) Debug.Print "Default printer is now " & Printer.DeviceName
This example changes to the first printer on your system: Printer = Printers(0) Debug.Print "Default printer is now " & Printer.DeviceName
G Guest Mar 15, 2004 #3 thanks and if i want to select by printer name ----- Allen Browne wrote: ---- This example changes to the first printer on your system Printer = Printers(0 Debug.Print "Default printer is now " & Printer.DeviceNam
thanks and if i want to select by printer name ----- Allen Browne wrote: ---- This example changes to the first printer on your system Printer = Printers(0 Debug.Print "Default printer is now " & Printer.DeviceNam
A Allen Browne Mar 15, 2004 #4 Printer = Printers("DeviceNameForYourPrinterHere") The actual string for the device name will need to match the DeviceName property of the desired printer.
Printer = Printers("DeviceNameForYourPrinterHere") The actual string for the device name will need to match the DeviceName property of the desired printer.