Assistant.SearchWhenProgramming Property
Is True if the Office Assistant displays application and programming Help while the user is working in Visual Basic. Read/write.
Note
|
|---|
| The Microsoft Office Assistant and AnswerWizard have been depreciated in the release of the Microsoft Office system. |
Syntax
expression.SearchWhenProgramming
expression A variable that represents an Assistant object.
Remarks
The default value is False.SearchWhenProgramming property corresponds to the Search for both product and programming help when programming option in the Use the Office Assistant section on the Options tab in the Office Assistant dialog box.
Example
This example allows the user to search both application and programming help while working in Visual Basic.
| Visual Basic for Applications |
|---|
|
Note