View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default How to Disable Ctrl+Break?

Look up the Application.EnableCancelKey property in help.
Note the "Remarks".

NickHK

"Excel°®ºÃÕß" wrote in message
...
I've tried the method: Application.OnKey "^{BREAK}",""£¬but the method
seemed not functioning.