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
With Application.Assistant .On = True .Visible = True .Animation = msoAnimationGreeting .ResetTips End With
ofv reset reset application tips and view confirmation balloon reset application tips before office assistant is visible reset application tips that appear in the office assistant balloon reset tips Reset Tips Method ResetTips resettips method

See also: