Creates an Office Assistant balloon. Read-only.

Note
The Microsoft Office Assistant and AnswerWizard have been depreciated in the release of the Microsoft Office system.

Syntax

expression.NewBalloon

expression A variable that represents an Assistant object.

Example
This example creates a balloon with a heading, text, and three region choices, and then displays it.

Visual Basic for Applications
With Assistant.NewBalloon .Heading = "Regional Sales Data" .Text = "Select one or more regions" For i = 1 To 3 .CheckBoxes(i).Text = "Region " & i Next .Show End With
choose a new balloon object for an office assistant create new office assistant balloon design office assistant balloon with heading text and choices new new balloon New Balloon Property NewBalloon newballoon property ofv

See also: