ActiveWindow Property
The ActiveWindow property returns the active window object. This is a read-only property.
Syntax
object.ActiveWindow
Example
This example demonstrates how to return the active window.
Debug.Print GrapherApp.ActiveWindow
Used by: Application object