Application.DisplayAutoCompleteTips property (Word)
True if Word displays tips that suggest text for completing words, dates, or phrases as you type. Read/write Boolean.
Syntax
expression. DisplayAutoCompleteTips
expression A variable that represents an Application object.
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
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.