Application.ActivePrinter Property

PowerPoint Developer Reference

Returns the name of the active printer. Read-only.

Syntax

expression.ActivePrinter

expression   A variable that represents an Application object.

Return Value
String

Remarks

This example displays the name of the active printer.

Example
This example displays the name of the active printer.

Visual Basic for Applications
  MsgBox "The name of the active printer is " & Application.ActivePrinter

See Also