April 2006
Beginner
1114 pages
98h 16m
English
Application.EnableCancelKey [= XlEnableCancelKey]
Sets or returns how Excel handles the Esc, Ctrl-Break, and Command-Period (Macintosh) keys. Can be one of these settings:
xlDisabled
Cancel key trapping disabled.
xlErrorHandler
Cancel key causes error 18, which can be trapped by an On Error statement.
xlInterrupt
Cancel interrupts the current procedure, and the user can debug or end it (default).
Read now
Unlock full access