ActiveWindow Property

Applies To

Application Object.

Description

Accessor. Returns a Window object that represents the active window (the window on top). Read-only. Returns Nothing if no windows are open.

See Also

Activate Method, Select Method.

Example

This example displays the name (Caption property) of the active window.


MsgBox "The name of the active window is " & ActiveWindow.Caption