AutoCorrectEntry.RichText property (Word)
True if formatting is stored with the AutoCorrect entry replacement text. Read-only Boolean.
Syntax
expression. RichText
expression An expression that returns an 'AutoCorrectEntry' object.
Example
This example determines whether AutoCorrect entry one is formatted.
MsgBox AutoCorrect.Entries(1).RichText
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.