J
John Smith
I have several If statements inside a for....next loop, how do I
skip to next when an if condition is met?
For some condition
if a condition is met then
skip to next
end if
if...
something here
end if
if ...
something here
end if
next
skip to next when an if condition is met?
For some condition
if a condition is met then
skip to next
end if
if...
something here
end if
if ...
something here
end if
next