ebOKOnly (constant)

Description

Used with the MsgBox statement and function

Comments

This constant is equal to 0.

Example

This example informs the user of what is going on (no options).

Sub Main()
  MsgBox "The system has been reset.",ebOKOnly
End Sub

See Also

MsgBox (function); MsgBox (statement)

More information

E