GuessHelp Property

Microsoft Office Visual Basic

Some of the content in this topic may not be applicable to some languages.

True if the Office Assistant balloon presents a list of Help topics based on keywords the user selects before clicking the Assistant window or pressing F1. Read/write Boolean.

Note  This property is obsolete but has been retained for compatibility with code written in previous versions of Microsoft Office.

Remarks

The GuessHelp property corresponds to the Guess help topics option under Use the Office Assistant on the Options tab in the Office Assistant dialog box.

Example

This example allows the Office Assistant to guess at Help topics.

Assistant.GuessHelp = True