Window.hWnd property (Publisher)

Returns a Long indicating the handle to the Microsoft Publisher application window. Read-only.

Syntax

expression.hWnd

expression A variable that represents a Window object.

Return value

Long

Example

The following example displays the handle to the Publisher application window.

MsgBox "The handle to the Publisher application window is " & _ 
 Application.ActiveWindow.hWnd

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.