Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 875 Bytes

Excel.Application.Repeat.md

File metadata and controls

42 lines (24 loc) · 875 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.Repeat method (Excel)
vbaxl10.chm133200
vbaxl10.chm133200
Excel.Application.Repeat
ce8f6340-174e-b6cf-0f99-f39be2cde5c2
04/05/2019
medium

Application.Repeat method (Excel)

Repeats the last user-interface action.

Syntax

expression.Repeat

expression A variable that represents an Application object.

Remarks

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.

Example

This example repeats the last user-interface command. The example must be the first line in a macro.

Application.Repeat

[!includeSupport and feedback]