Assistant.MouseTips Property
Is True if the Office Assistant provides suggestions for using the mouse effectively. Read/write.
Note
|
|---|
| The Microsoft Office Assistant and AnswerWizard have been depreciated in the release of the Microsoft Office system. |
Syntax
expression.MouseTips
expression A variable that represents an Assistant object.
Remarks
The MouseTips property corresponds to the Using the mouse more effectively option under Show tips about on the Options tab in the Office Assistant dialog box.
Example
This example sets the Office Assistant to provide suggestions for using the mouse effectively.
| Visual Basic for Applications |
|---|
|
Note