breaking a loop

T

Tom Ogilvy

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.
 
Top