title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.Undo method (Project) |
vbapj.chm132718 |
|
project-server |
|
50e1b5ba-fe4b-d53d-5712-8e2023eb2755 |
06/08/2017 |
medium |
Executes an undo action on items in the Undo list.
expression.Undo( _HowManyUndos_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
HowManyUndos | Optional | Long | Specifies the number of items from the list to undo. The default is 1. |
Boolean
Many actions you perform in Project, such as adding a task, add items to the Undo list. To redo one or more actions after using the Undo method, you can use the Redo method or click Redo in the Quick Access Toolbar.
[!includeSupport and feedback]