Message Box
Dim Resp as long
......
Resp = msgbox(Prompt:="Want to continue?", buttons:=vbyesno)
if resp = vbno then
exit sub
end if
.....
Ron (Bismark) wrote:
I am trying to add a message box into a macro that will provide Yes / No
option. "Yes " to continue macro and "No" to end macro.
--
Dave Peterson
|