Window.Selection Property
Word Developer Reference |
Returns the Selection object that represents a selected range or the insertion point. Read-only.
Syntax
expression.Selection
expression A variable that represents a Window object.
Example
This example copies the selection from window one to the next window.
Visual Basic for Applications |
---|
|
See Also