We have learned how to handle decisions making process using If…Then…Else and also Select Case program structures in Visual Basic. Another procedure that involves decisions making is looping. VB allows a procedure to be repeated many times until a condition or a set of conditions is fulfilled. This is generally called looping . Looping is a very useful feature of VB because it makes repetitive works easier. There are two kinds of loops in Visual Basic, the Do…Loop and the For…….Next loop
Learn more about looping in Visual Basic from our updated Visual Basic 6 lesson 9