Hi all,
To change from Activeprinter to other printer (without showing Print Dialog), we use for example macro code:
Or
In first code printer name is “ Brother HL-2170W series” & in second code printer name is “ LaserJet P2035n Design”, it is understandable, they are printers names, but how, or from where we can get “Ne04 in first code & “Ne03 in second code ?
Thank you in advance.
To change from Activeprinter to other printer (without showing Print Dialog), we use for example macro code:
Code:
Application.ActivePrinter = "Brother HL-2170W series on Ne04:"
Code:
Application.ActivePrinter = "HP LaserJet P2035n Design on Ne03:"
Thank you in advance.