Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a for-next loop, within which I want to check to see if a certain
condition is true. If it is true, I want to skip the rest that particular iteration and move on to the next one in the loop. I tried code that looked like the following, but it just gave me a "next without for" error: For x = 1 to 11 If condition = true then next x End if Next x I want to do this without using a GoTo statement. Any suggestions? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help Loop question | Excel Programming | |||
Loop or If then Question. | Excel Programming | |||
Loop question | Excel Discussion (Misc queries) | |||
Loop question | Excel Programming | |||
loop question | Excel Programming |