View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default How to DISABLE THE CONTROL BREAK shortcut keys

Think it would be advisable to understand what the options are for
enablecancel key rather than just disabling it - thus the recommendation to
read the help file.

--
Regards,
Tom Ogilvy

"Colo " wrote in message
...
Hello MARCELLO, :D

Please add this code in the top of your procedure.


Code:
--------------------

Application.EnableCancelKey = xlDisabled

--------------------



---
Message posted from http://www.ExcelForum.com/