I am trying to create a simple conditional loop that will go to the next iteration if a condition is true. The code I have so far is:
For i = 2 To 24 Leve
I use Goto
For x= 1 to 20 If something then goto continue skip this code Continue: Next x