Hi Uma,
Exit For ' it will take out of the for loop.
if ...... Then
Exit For ' when a condition is met, we quit the for loop
End if
Exit For ' it will take out of the for loop.
if ...... Then
Exit For ' when a condition is met, we quit the for loop
End if