Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 965 Bytes

Excel.application.enablemacroanimations.md

File metadata and controls

41 lines (22 loc) · 965 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Application.EnableMacroAnimations property (Excel)
vbaxl10.chm133340
vbaxl10.chm133340
b1befccc-4f27-862b-8ab3-c862b5cb79b3
04/04/2019
medium

Application.EnableMacroAnimations property (Excel)

Controls whether macro animations are enabled. True if user interface animations or chart animations are enabled. Is set to False (no animation) by default. If it is set to True during the running of a macro, it will enable animation, and then will reset to False after the macro runs. Read/write Boolean.

Syntax

expression.EnableMacroAnimations

expression A variable that represents an Application object.

Example

This example disables animation.

Application.EnableMacroAnimations = False

Property value

BOOL

[!includeSupport and feedback]