Global.Repeat Method
Word Developer Reference |
Repeats the most recent editing action one or more times. Returns True if the commands were repeated successfully.
Syntax
expression.Repeat(Times)
expression A variable that represents a Global object. Optional.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Times | Optional | Variant | The number of times you want to repeat the last command. |
Return Value
Boolean
Remarks
Using this method is the equivalent to using the Repeat command on the Edit menu.
Example
This example inserts the text "Hello" followed by two paragraphs (the second typing action is repeated once).
Visual Basic for Applications |
---|
|
This example repeats the last command three times (if it can be repeated).
Visual Basic for Applications |
---|
|
See Also