Excel vba loop

excel vba loopThe Excel VBA Loop (or For Next loop) is a very useful programming statement which is often used in Excel VBA. Excel-vba-easy.com explains the basics and more of Excel VBA Loops. First we will look at an easy example of how to loop through a one-dimensional range. You can also loop through a two-dimensional range using a Double Excel VBA Loop. In a similar way you can use three loops (a triple Excel VBA loop) to loop trough two-dimensional ranges on different Excel Worksheets. Besides For Next loops, there are other loops in Excel VBA, such as Do While Loops and For Each Next Loops.