Application.Undo Method
Project Developer Reference |
Undoes items from the undo list.
Syntax
expression.Undo(HowManyUndos)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
HowManyUndos | Optional | Long | The number of items from the list to undo. Default is 1. |
Return Value
Boolean
See Also