Share via


Application.ActivePrinter Property (PowerPoint)

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.

MsgBox "The name of the active printer is " & Application.ActivePrinter

See Also

Concepts

Application Object Members

Application Object