_Application.Undo Method

Definition

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.

Applies to