Description
Used with the MsgBox statement and function.
Comments
This constant is equal to 5.
Example
This example invokes a dialog box with Retry and Cancel buttons.
Sub Main() rc% = MsgBox("Unable to open file.",ebRetryCancel) End Sub
See Also
MsgBox (function); MsgBox (statement).
More information
E