Hi,
I have a loop that I've pasted below. The problem is that the loop doesn't quit when it's supposed to, i.e. it keeps going past the value of intCount. While stepping through the code I can see that the Loop Until statement is never reached which tells me that I need to put something after x = x + 1, like an If... Then testing the value of x. But what's the use of having the Loop Until bit if I can use the If... Then to exit the loop?
Thanks,
Jens
Start Free Trial