C
CousinExcel
Hi,
For i=1 to 5
if .... then
....
....
GO TO THE BEGINNING OF FOR NEXT LOOP
end if
....
....
next i
What should I say to mean "GO TO THE BEGINNING OF FOR NEXT LOOP" above (if I
can).
Thanks and regards,
Cousin Excel
For i=1 to 5
if .... then
....
....
GO TO THE BEGINNING OF FOR NEXT LOOP
end if
....
....
next i
What should I say to mean "GO TO THE BEGINNING OF FOR NEXT LOOP" above (if I
can).
Thanks and regards,
Cousin Excel