J
jose luis
Hi All,
How could i catch the result of a MsgBox and derive actions from th
user decision? Any help welcome!.
Thanks in advance
jose luis
P.D. Here is what i though will do the trick. I was wrong.
GuardarAntes()
MsgBox "Save Changes?", vbYesNoCancel, "Save?"
If VbMsgBoxResult.vbYes = 6 Then
MsgBox "Yes"
End If
If VbMsgBoxResult.vbNo = 7 Then
MsgBox "No"
End If
End Su
How could i catch the result of a MsgBox and derive actions from th
user decision? Any help welcome!.
Thanks in advance
jose luis
P.D. Here is what i though will do the trick. I was wrong.
GuardarAntes()
MsgBox "Save Changes?", vbYesNoCancel, "Save?"
If VbMsgBoxResult.vbYes = 6 Then
MsgBox "Yes"
End If
If VbMsgBoxResult.vbNo = 7 Then
MsgBox "No"
End If
End Su