Hi,
Is there a command to stop a executed function. It happends that I sometimes created loops that countious for ever. I have so far had to quit excel to make it stop. But I guess there some command to stop this process.
Anyone that knows this
Thanks in advance.
\Jonas

How to stop a never ending loop
Tom Nash
Nishant Sivakumar
Douglas911
Thanks Derek,
Ctrl + Break did it.
Kind regards
\Jonas
Bluehunter
Hi Jonas
You need to look at the EXIT command so that you can jump out of the loop if certain conditions are met. It would probably be better to re-engineer your code so that you do not get stuck in the loop, if possible.