OnKey query
Hi Folks
I know you can use Application.OnKey "^c","" to disable the Ctrl C copy
shortcut.
I'd like to be able to disable the Ctrl Break that interrupts code execution.
I've tried the following line of code in the Workbook Open event, but it
doesn't seem to work, although no errors occur.
Application.OnKey "^{BREAK}",""
Many thanks in Advance
|