Assistant.HighPriorityTips Property
Is True if the Office Assistant displays high-priority tips. Read/write.
Note
|
|---|
| The Microsoft Office Assistant and AnswerWizard have been depreciated in the release of the Microsoft Office system. |
Syntax
expression.HighPriorityTips
expression A variable that represents an Assistant object.
Remarks
The HighPriorityTips property corresponds to the Only show high priority tips option under Show tips about on the Options tab in the Office Assistant dialog box.
Example
This example sets the Office Assistant to display high-priority tips.
| Visual Basic for Applications |
|---|
|
Note