ResetTips Method

       

Resets tippages so that a user can view them when using features that have been used before.

expression.ResetTips

expression   Required. An expression that returns one of the objects in the Applies To list.

Remarks

The ResetTips method is equivalent to clicking Reset Tips on the User Assistance tab of the Options dialog box (Tools menu).

Example

This example resets tip balloons.

Sub ResetTippages()
    Options.ResetTips
End Sub