Share via


Options.ResetTips Method

Publisher Developer Reference

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

Syntax

expression.ResetTips

expression   A variable that represents an Options object.

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.

Visual Basic for Applications
  Sub ResetTippages()
    Options.ResetTips
End Sub

See Also