Range.Select Method
Word Developer Reference |
Selects the specified range.
Syntax
expression.Select
expression Required. A variable that represents a Range object.
Example
This example selects the first paragraph in the active document.
Visual Basic for Applications |
---|
|
See Also