AddRichText Method

See Also         Example         Applies To

Creates a formatted AutoCorrect entry, preserving all text attributes of the specified range. Returns an AutoCorrectEntry object. The RichText property for entries added by using this method returns True. If AddRichText isn't used, inserted AutoCorrect entries conform to the current style.

Syntax

expression.AddRichText(Name, Range)

expression   Required. An expression that returns an AutoCorrectEntries object.

Name   Required String. The text to replace automatically with Range.

Range   Required Range object. The formatted text that Word will insert automatically whenever Name is typed.