title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.Repeat method (Excel) |
vbaxl10.chm133200 |
|
|
ce8f6340-174e-b6cf-0f99-f39be2cde5c2 |
04/05/2019 |
medium |
Repeats the last user-interface action.
expression.Repeat
expression A variable that represents an Application object.
This method repeats only 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 repeat Visual Basic commands.
This example repeats the last user-interface command. The example must be the first line in a macro.
Application.Repeat
[!includeSupport and feedback]