title | keywords | f1_keywords | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Application.EnableMacroAnimations property (Excel) |
vbaxl10.chm133340 |
|
b1befccc-4f27-862b-8ab3-c862b5cb79b3 |
04/04/2019 |
medium |
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.
expression.EnableMacroAnimations
expression A variable that represents an Application object.
This example disables animation.
Application.EnableMacroAnimations = False
BOOL
[!includeSupport and feedback]