Returns the active window object.
Syntax
objectVariable = object.ActiveWindow
Where:
objectVariable is a variable representing a Window object.
object is the Application object.
Examples...
ActiveWindow property example