Show Method

See Also         Example         Applies To        

Balloon object: Displays the specified balloon object. Returns an MsoBalloonType constant that indicates which button or label the user clicks. Read-only Long.

Syntax

expression.Show

expression   Required. An expression that returns a Balloon object.

Remarks

You can use the return value of the Show method to display a user's button or BalloonLabel selection. The Show method returns one of the following MsoBalloonButtonType constants when the BalloonType property is set to msoBalloonTypeButtons:

msoBalloonButtonAbort

msoBalloonButtonCancel

msoBalloonButtonIgnore

msoBalloonButtonNo

msoBalloonButtonOK

msoBalloonButtonRetry

msoBalloonButtonSnooze

msoBalloonButtonYes

msoBalloonButtonBack

msoBalloonButtonClose

msoBalloonButtonNext

msoBalloonButtonNull

msoBalloonButtonOptions

msoBalloonButtonSearch

msoBalloonButtonTips

msoBalloonButtonYesToAll