Window.Active Property
Word Developer Reference |
True if the specified window is active. Read-only Boolean.
Syntax
expression.Active
expression Required. A variable that represents a Window object.
Example
This example activates the first window in the Windows collection, if the window isn't currently active.
Visual Basic for Applications |
---|
|
See Also