Thread: OnKey query
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Libby Libby is offline
external usenet poster
 
Posts: 151
Default 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