Sameer has attended:
Excel VBA Intro Intermediate course
Excel VBA loops
dummy question: is it possible to accientally create a loop that will not stop running and if so how can it be broken ? escape button ?
RE: Excel VBA loops
Hi Sameer
You can create a loop that does not end. To stop it running you can press the end key on the keyboard or if the worst comes to the worst, just restart your computer.
Once you have stopped the loop then I suggest you go in and change your code so that you do not have an no ending loop again.
Hope this helps
David