DisplayAutoCompleteTips Property
True if Word displays tips that suggest text for completing words, dates, or phrases as you type. Read/write Boolean.
Example
This example sets Word to display tips that suggest text for completing words, dates, or phrases as you type.
Application.DisplayAutoCompleteTips = True
This example returns the status of the Suggest the rest of the word or date with a tip as you type option on the AutoText tab in the AutoCorrect dialog box (Tools menu).
Dim blnTemp As Boolean
blnTemp = Application.DisplayAutoCompleteTips
Applies to | Application Object