ActivePrinter Property
Applies To
Application object, PrintOptions object.
Description
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