Thread: breaking a loop
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Arkaad Arkaad is offline
external usenet poster
 
Posts: 4
Default breaking a loop

"EnableCancelKey property" - it was that I wanted :)
Thanks for help.

--
Arkaad



Użytkownik "Tom Ogilvy" napisał w wiadomości
...
Hitting the escape key will generally stop code excecution (if not try
Ctrl+c or Ctrl+Break). If you want greater control look in Excel VBA help
on the

EnableCancelKey property.