VBA Course
Lesson 3
Repetition Control  Structures (Loops)
Repetition means repeating a sequence of instructions a certain number of times, or until some specific goal is achieved. In VBA we have three main Repetition Control Structures:
 For..Next, Do While.. Loop
and Do.. Loop Until.
 Repetition Control Structures
Excel Loops

Explanation File
Loop Examples














The Prime Algorithm

Explanation/VBA Implementation
Enter an integer number :
  

 
It's QUIZ time!