Interrupting an endless loop

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?
 
G

Guest

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
 
B

Bob Phillips

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)
 
D

davegb

Will give it a try, Roman!
Thanks for the reply, Bob, but I already tried "Escape" key. Doen't
work.
 

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

Top