ebYesNo (constant)

Description

Used with the MsgBox statement and function.

Comments

This constant is equal to 4.

Example

This example displays a dialog box with Yes and No buttons.

Sub Main()
  rc% = MsgBox("Are you sure you want to remove all formatting?",ebYesNo)
End Sub

See Also

MsgBox (function); MsgBox (statement).

More information

E