Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 863 Bytes

Excel.Application.Undo.md

File metadata and controls

43 lines (24 loc) · 863 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.Undo method (Excel)
vbaxl10.chm133221
vbaxl10.chm133221
Excel.Application.Undo
b56bb8a0-2cd1-356a-03ba-47eb6f56f455
04/05/2019
medium

Application.Undo method (Excel)

Cancels the last user-interface action.

Syntax

expression.Undo

expression A variable that represents an Application object.

Remarks

This method undoes 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 undo Visual Basic commands.

Example

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

Application.Undo

[!includeSupport and feedback]