AutoCorrect.DisplayAutoCorrectOptions property (Word)
True for Microsoft Word to display the AutoCorrect Options button. Read/write Boolean.
Syntax
expression. DisplayAutoCorrectOptions
expression An expression that returns an 'AutoCorrect' object.
Example
This example disables display of the AutoCorrect Options button.
Sub HideAutoCorrectOpButton()
AutoCorrect.DisplayAutoCorrectOptions = False
End Sub
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.