_Application.Undo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cancels the last user interface action.
public:
void Undo();
public void Undo ();
Public Sub Undo ()
Remarks
This method undoes only the last action taken by the user before running the procedure. It must be the first line in the procedure.