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

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.