Assistant.AssistWithHelp Property
Is True if the Office Assistant appears when the user presses the F1 key to display Help. 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.AssistWithHelp
expression A variable that represents an Assistant object.
Remarks
The AssistWithHelp property corresponds to the Respond to F1 key option under Use the Office Assistant on the Options tab in the Office Assistant dialog box.
If this property is set to False, the Help Topics dialog box appears instead of the Office Assistant.
Example
This example displays the Office Assistant whenever the user presses the F1 key to display Help.
| Visual Basic for Applications |
|---|
|
Note