Applies To
Application Object.
Description
Cancels the last user-interface action.
Syntax
object.Undo
object
Required. The Application object.
Remarks
This method can only be used to undo the last action taken by the user before running the macro, and it must be the first line in the macro. It cannot be used to undo Visual Basic commands.
Example
This example cancels the last user interface action. The example must be the first line in a macro.
Application.Undo