Options.ResetTips method (Publisher)

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 choosing 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

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.