Returns the name of the active printer. Read-only String.
Example
This example displays the name of the active printer.
MsgBox "The name of the active printer is " _
& Application.ActivePrinter
Returns the name of the active printer. Read-only String.
This example displays the name of the active printer.
MsgBox "The name of the active printer is " _
& Application.ActivePrinter