NEXT Keyword - Different Uses
Syntax 1
NEXT [loopvar]
■ The terminating line of a FOR...NEXT structure. Should include the
name of the loop control variable for readability, but is not
required to.
Syntax 2
RESUME NEXT
■ Returns control from an error-handling routine to the statement
following the one that caused the error.
See Also ◄FOR...NEXT► ◄RESUME►