Reverses the effect of the most recent Undo action.
Syntax
Boolean = object.RedoAction
The RedoAction method syntax has these parts:
| Part | Description |
|---|---|
| object | Required. A valid object. |
Remarks
Redo reverses the last Undo, which is not necessarily the last action taken. Not all actions can be undone.
RedoAction returns True if it was successful.