MsoBalloonErrorType Enumeration

Office Developer Reference
Aa432473.vs_note(en-us,office.12).gif  Note
The Balloon object has been deprecated in the 2007 release of the Microsoft Office system.

Specifies what error occurred in a balloon.

Name Value Description
msoBalloonErrorBadCharacter 8 Balloon contains an ASCII control character other than CR or LF and less than 32.
msoBalloonErrorBadPictureRef 4 Balloon contains a graphic that couldn't be displayed because the file doesn't exist or because the graphic isn't a valid .BMP or .WMF file.
msoBalloonErrorBadReference 5 Balloon contains an unrecognized or unsupported reference.
msoBalloonErrorButtonlessModal 6 The balloon you attempted to display is modal, but it contains no buttons. The balloon won't be shown because it can't be dismissed.
msoBalloonErrorButtonModeless 7 The balloon you attempted to display is modeless, contains buttons, and has no procedure assigned to the Callback property. The balloon won't be shown because a callback procedure is required for modeless balloons.
msoBalloonErrorCharNotTopmostForModal 10 Modal balloon was requested by an application that isn't the active application. Microsoft Office renders balloons for the active (topmost) application only.
msoBalloonErrorCOMFailure 9 Balloon could not be displayed because of a COM failure.
msoBalloonErrorNone 0 No error was encountered.
msoBalloonErrorOther 1 Balloon won't appear because some other error occurred, such as another modal balloon is already active.
msoBalloonErrorOutOfMemory 3 Balloon won't appear because there is insufficient memory.
msoBalloonErrorTooBig 2 Balloon is too big to appear on the screen.
msoBalloonErrorTooManyControls 11 Balloon contains more than twenty controls (check boxes or labels).