Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a Window object that represents the active window (the window on top). Read-only. Returns Nothing if there are no windows open.
Example
This example displays the name (Caption property) of the active window.
MsgBox "The name of the active window is " & ActiveWindow.Caption
Applies to | Application Object
See Also | Activate Method | Select Method