Hi,
Is it possible to terminate a pop-up message box, by using something like Ctrl + Break, without clicking on "Yes", "No", "Cancel" etc... buttons ?
I have a command button on an userform. When it is clicked, a message box would pop-up.
However, pressing Esc / Ctrl + Break seem not working to kill the message box.
Thanks a lot!
Is it possible to terminate a pop-up message box, by using something like Ctrl + Break, without clicking on "Yes", "No", "Cancel" etc... buttons ?
I have a command button on an userform. When it is clicked, a message box would pop-up.
However, pressing Esc / Ctrl + Break seem not working to kill the message box.
Code:
; from a command button on a userform
MsgBox "Testing", vbYesNoCancel
Thanks a lot!
Last edited: