ActiveWindow Property
Applies To
Application object.
Description
Returns a DocumentWindow object that represents the active document window. Read-only.
See Also
Activate method, Active property, ActivePresentation property.
Example
This example minimizes the active window.
Application.ActiveWindow.WindowState = ppWindowMinimized