vbOKCancel VBA MsgBox Ok Cancel Buttons
vbOKCancel constant of VBA MsgBox is useful to display a prompt with Ok and Cancel buttons to the user. We can use vbOKCancel constant to replace the default message box button with OK and Cancel buttons. In this topic: OK Cancel Buttons Usage Syntax Examples Instructions vbOKCancel – VBA MsgBox with Ok Cancel Buttons VBA …