Selection.SelectCurrentIndent Method
Word Developer Reference |
Extends the selection forward until text with different left or right paragraph indents is encountered.
Syntax
expression.SelectCurrentIndent
expression Required. A variable that represents a Selection object.
Example
This example jumps to the beginning of the first paragraph in the document that has different indents than the first paragraph in the active document.
Visual Basic for Applications |
---|
|
This example determines whether all the paragraphs in the active document are formatted with the same left and right indents and then displays a message box indicating the result.
Visual Basic for Applications |
---|
|
See Also