How to DISABLE THE CONTROL BREAK shortcut keys

  • Thread starter Thread starter Marcello do Guzman
  • Start date Start date
M

Marcello do Guzman

I used the ONKEY event to disable the shortcut keys, but I cannot get
it to work when you press CONTROL + BREAK keys to interrupt macros and
eliminate the RUN, DEBUG, CANCEL box that appears when you do this.

Can you please help me with the VBA code that I would use to disable
the CONTROL + BREAK keys.


Please email the solution at:

thank you in advance,


MARCELLO


Email: (e-mail address removed)
 
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.
 
Back
Top