I would like to Disable Ctrl-Break. I have a lot of code running in excel, and users can always break it and stop what I am doing. I tried using
Applicaton.Onkey "^{BREAK}",""
but that did nothing. I realize that Ctrl-break is very helpful for coders, but it is very dangerous for hackers. There has to be away to get rid of it.
Thanks.
Applicaton.Onkey "^{BREAK}",""
but that did nothing. I realize that Ctrl-break is very helpful for coders, but it is very dangerous for hackers. There has to be away to get rid of it.
Thanks.