I noticed in VBA that the MsgBox function has a allowable constant of
vbDefaultButton4
which will make the fourth button the default. BUT of all the allowable constants for buttons, none give you four buttons.
Is there a way to get a fourth button on a MsgBox, or is this useless, or something else?