ActiveWindow Property Example
This example displays the name (Caption property) of the active window.
MsgBox "The name of the active window is " & ActiveWindow.Caption