Selection.SelectCurrentTabs Method
Word Developer Reference |
Extends the selection forward until a paragraph with different tab stops is encountered.
Syntax
expression.SelectCurrentTabs
expression Required. A variable that represents a Selection object.
Example
This example selects the second paragraph in the active document and then extends the selection to include all other paragraphs that have the same tab stops.
Visual Basic for Applications |
---|
|
This example selects paragraphs that have the same tab stops and retrieves the position of the first tab stop. The example moves the selection to the next range of paragraphs that have the same tab stops. The example then adds the tab stop setting from the first group of paragraphs to the current selection.
Visual Basic for Applications |
---|
|
See Also