ShowTipPages Property From Microsoft Publisher Visual Basic previous page next page expression.ShowTipPages expression Required. An expression that returns one of the objects in the Applies To list.ExampleThis example disables displaying tippages in balloons.Sub DontShowTipPages() Options.ShowTipPages = False End Sub