Selection.Active Property
Word Developer Reference |
True if the selection in the specified window or pane is active. Read-only Boolean.
Syntax
expression.Active
expression Required. A variable that represents a Selection object.
Example
This example splits the active window into two panes and activates the selection in the first pane, if it isn't already active.
Visual Basic for Applications |
---|
|
See Also