Share via


ShowTipPages Property [Publisher 2003 VBA Language Reference]

True for Microsoft Publisher to display tippages in balloons. Read/write Boolean.

expression.ShowTipPages

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

Example

This example disables displaying tippages in balloons.

Sub DontShowTipPages()
    Options.ShowTipPages = False
End Sub

Applies to | Options Object