ActivePrinter Property

Microsoft PowerPoint Visual Basic

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