L
Lucia
Hi, everyone,
I have a for statement in my programm. I want to know if there is any
way to goto next i when some error occurs. I tried with the following
code. But it doesn't work...
for i=0 to 100
On Error Goto NEXTFOR
.....
NEXTFOR:
next
thanks a lot
Lucia
I have a for statement in my programm. I want to know if there is any
way to goto next i when some error occurs. I tried with the following
code. But it doesn't work...
for i=0 to 100
On Error Goto NEXTFOR
.....
NEXTFOR:
next
thanks a lot
Lucia