you need to catch whats being clicked...
like this
IF msgbox(ask,vbYesNo+vbCritical,"Delete") = vbNo then exit sub
or set it to a variable
Dim Result as Integer = msgbox(ask,vbYesNo+vbCritical,"Delete")
etc
|
Results 1 to 15 of 15
Threaded View
|
Click Here to Expand Forum to Full Width |