An Example
An easy way to get the idea of iteration is to print out the iteration variable ...
Dim iterateVar As Integer
iterateVar = iterateVar + 1
MsgBox (“iterateVar is” & iterateVar)
Declaration of iteration variable
Initialization of iteration variable