Options.AnimateScreenMovements property (Word)
True if Word animates mouse movements, uses animated cursors, and animates actions such as background saving and find and replace operations. Read/write Boolean.
Syntax
expression. AnimateScreenMovements
expression A variable that represents a 'Options' object.
Example
This example sets Word to animate movements on the screen.
Options.AnimateScreenMovements = True
This example returns the current status of the Provide feedback with animation option on the General tab in the Options dialog box (Tools menu).
Dim blnAnimation as Boolean blnAnimation = Options.AnimateScreenMovements
See also
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.