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