Description
What if you need to run the same piece of code several times in a row? Here we introduce to various types of code loops.
Notes
You can exit Do loops prematurely using the Exit Do statement. You can exit For – Next loops prematurely using the Exit For statement.
Lesson Files
Lesson 1.5 – for – next loop code
Lesson 1.5 – loop examples code
Code snippets