Active Property
The Active property returns or sets the active window.
Syntax
object.Active
object.Active = Active
Parameter | Type | Description |
Active | Long | required |
Example
This example demonstrates how to return whether or not the plot window specified is the active window.
Debug.Print Plotwindow.Active
Used by: AutoWindow object