ResetTips Method

Microsoft Publisher Visual Basic

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