_Application.Repeat Method

Definition

Repeats the last user interface action.

public:
 void Repeat();
public void Repeat ();
Public Sub Repeat ()

Remarks

This method repeats only the last action taken by the user before running the procedure. It must be the first line in the procedure.

Applies to