SyntaxFix
Write A Post
Hire A Developer
Questions
If I want to exit a for-to loop, I just set the index beyond the limit:
For i = 1 To max some code if this(i) = 25 Then i = max + 1 some more code... Next`
Poppa.