Document.Selection Property
Publisher Developer Reference |
Returns a Selection object that represents a selected range or the cursor.
Syntax
expression.Selection
expression A variable that represents a Document object.
Example
This example tests whether the current selection is text. If it is text, the selected text is then displayed in a message box.
Visual Basic for Applications |
---|
|
See Also