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