N
Norton
May i know if there is any method that can perform a skip within a loop?
Like this
For i = 1 to 100
if i = 5 then MOVENEXT '<--No this method
if i = 10 then exit for
Next
Thx a lot !
Like this
For i = 1 to 100
if i = 5 then MOVENEXT '<--No this method
if i = 10 then exit for
Next
Thx a lot !