Global.Selection Property
Word Developer Reference |
Returns a Selection object that represents a selected range or the insertion point. Read-only.
Syntax
expression.Selection
expression A variable that represents a Global object.
Example
This example displays the selected text.
Visual Basic for Applications |
---|
|
This example applies the Arial font and bold formatting to the selection.
Visual Basic for Applications |
---|
|
If the insertion point isn't located in a table, the selection is moved to the next table.
Visual Basic for Applications |
---|
|
See Also