breaking a loop

  • Thread starter Thread starter Arkaad
  • Start date Start date
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

End loop 2
Hot key to stop a LOOP 5
Runaway Macros! 3
PasteSpecial method of Range class failed Error 1004 8
How to stop VBA in a Loop 6
sheet cycle macro 1
Immediately Entering Break Mode 2
break? 3

Back
Top