Application.Redo method (Project)
Executes a redo action on items in the Redo list.
Syntax
expression.Redo (HowManyRedos)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
HowManyRedos | Optional | Long | Specifies the number of items from the list to redo. The default is 1. |
Return value
Boolean
Remarks
You can add items to the Redo list by using the Undo method or clicking Undo in the Quick Access Toolbar.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.