_Application.Repeat 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.
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.