Whenever I create a MSGBOX command within a macro the only button option available to the user is "OK". The only way for the user to cancel the Macro is to press "CTRL" and "Break" keys together.
What I want is for both "OK" and "Cancel" options to appear ... is there some way of getting this within MSGBOX, or should I instead be considering creating a pop-up form that enables me to provide multiple optional actions with customized buttons?
What I want is for both "OK" and "Cancel" options to appear ... is there some way of getting this within MSGBOX, or should I instead be considering creating a pop-up form that enables me to provide multiple optional actions with customized buttons?