Application.EditRedo Method
Project Developer Reference |
Redoes the top item on the redo stack.
Syntax
expression.EditRedo(fRedo)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
fRedo | Optional | Integer | Specifies the number of items to redo. If the total number of items on the redo stack is less than fRedo, EditRedo redoes all items. |
Return Value
Boolean
See Also