These functions are used to implement
repeating, incrementing loop within a script.
For … Next
Implements a For … Next loop within
a Math worksheet or Command animation. The section of the script
affected by the loop begins with the For() function call and ends with the
Next notation. The Next notation directs back to the beginning of
the loop.