P
Paradigm
I want to use a msgbox for the user to select from 3 option yes, no and
cancel. I know how to format the msgbox to display the 3 buttons and I know
how to trap the yes and no
eg
if msgbox("select option",35,"myinput")=vbno then
dosomething
else
dosomethingdifferent
end if
but how do I detect if the user selectes the cancel button.
Alec
cancel. I know how to format the msgbox to display the 3 buttons and I know
how to trap the yes and no
eg
if msgbox("select option",35,"myinput")=vbno then
dosomething
else
dosomethingdifferent
end if
but how do I detect if the user selectes the cancel button.
Alec