Description
Used with the MsgBox statement and function.
Comments
This constant is equal to 48.
Example
This example displays a dialog box with an OK button and an exclamation icon.
Sub Main() MsgBox "Out of memory saving to disk.",ebOKOnly Or ebExclamation End Sub
See Also
MsgBox (function); MsgBox (statement).
More information
E