J
jesZee
Hi experts,
I have a pop-up msg box that ask the user to click OK to proceed and
Cancel to stop the macro from running further. It is noted in my macro
condition under Msgbox action. Code:
MsgBox("Proceed with the queries?",1)=1
But, if I click on "Cancel", the macro will keep running - what should
I do to stop it? If I put in "StopMacro", this will stop my macro no
matter if I click OK or Cancel.
Pls help....THANK U!
J.
I have a pop-up msg box that ask the user to click OK to proceed and
Cancel to stop the macro from running further. It is noted in my macro
condition under Msgbox action. Code:
MsgBox("Proceed with the queries?",1)=1
But, if I click on "Cancel", the macro will keep running - what should
I do to stop it? If I put in "StopMacro", this will stop my macro no
matter if I click OK or Cancel.
Pls help....THANK U!
J.