Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Applies to | Application Object | PrintOptions Object