Assistant.GuessHelp Property
Is 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.
Note
|
|---|
| The Microsoft Office Assistant and AnswerWizard have been depreciated in the release of the Microsoft Office system. |
Note
|
|---|
| This property is obsolete but has been retained for compatibility with code written in previous versions of Microsoft Office. |
Syntax
expression.GuessHelp
expression A variable that represents an Assistant object.
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.
| Visual Basic for Applications |
|---|
|
Note