In the sample question Msgbox below the 'Yes' answer is the Default (If user simply hits the 'Enter' key as their response).
Is there a way to have exactly the same question Msgbox as above, but have the 'No' as the Default?
Code:
If vbYes = MsgBox("My Question", vbYesNo, "Confirm Answer") Then
Is there a way to have exactly the same question Msgbox as above, but have the 'No' as the Default?