Selection.Shrink Method
Word Developer Reference |
Shrinks the selection to the next smaller unit of text.
Syntax
expression.Shrink
expression A variable that represents a Selection object.
Remarks
The unit progression for this method is as follows: entire document, section, paragraph, sentence, word, insertion point.
Example
This example collapses the selected text to the next smaller unit of text.
Visual Basic for Applications |
---|
|
See Also