Assistant.ResetTips Method
Resets the application tips that appear in the Office Assistant balloon.
Note
|
|---|
| The Microsoft Office Assistant and AnswerWizard have been depreciated in the release of the Microsoft Office system. |
Syntax
expression.ResetTips
expression A variable that represents an Assistant object.
Remarks
The ResetTips method corresponds to the Reset my tips button on the Options tab in the Office Assistant dialog box.
Example
This example resets the application tips before making the Office Assistant visible. A confirmation balloon will appear, telling the user that his or her application tips have been reset.
| Visual Basic for Applications |
|---|
|
Note