K
Keith
I would like to create a msgbox that gives the user the
option of continuing with the code or canceling out of
the code. I am using the following:
MsgBox "Do you want to continue?", vbOKCancel
However, no matter if I click on the "yes" or "cancel"
button, the code continues. What am I doing wrong?
Thanx.
option of continuing with the code or canceling out of
the code. I am using the following:
MsgBox "Do you want to continue?", vbOKCancel
However, no matter if I click on the "yes" or "cancel"
button, the code continues. What am I doing wrong?
Thanx.