Interrupting an endless loop

  • Thread starter Thread starter davegb
  • Start date Start date
D

davegb

Since I am new at prgramming in VBA, I'm creating some endless loops.
Hopefully, if I ever get better at this, I won't have the problem. In
the meantime, is there anyway to interrupt an endless loop other than
shutting XL down through the Task Manager?
 
davegb said:
Since I am new at prgramming in VBA, I'm creating some endless loops.
Hopefully, if I ever get better at this, I won't have the problem. In
the meantime, is there anyway to interrupt an endless loop other than
shutting XL down through the Task Manager?


Hit CRL + Pause/Break
 
Hit the Esc key, that should put you into Debug, which you can end. You
might need to hit it a few times to get it recognised.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Will give it a try, Roman!
Thanks for the reply, Bob, but I already tried "Escape" key. Doen't
work.
 
Back
Top