Chapter 14. Looping for Efficiency

<feature><title></title>

What You’ll Learn in This Hour:

<objective>

Looping a specific number of times using For...Next

</objective>
<objective>

Looping based on a condition using Do...Loop

</objective>
</feature>

You will often encounter situations in which you need to execute the same code statement or group of statements repeatedly. You will need to execute some of these statements a specific number of times, whereas others might need to be executed as long as a certain condition persists (an expression is True) or until a condition occurs (an expression becomes True). Visual Basic includes constructs that enable you to easily define and execute these repetitive code routines: loops. This hour shows you how to ...

Get Sams Teach Yourself Visual Basic 2008 in 24 Hours: Complete Starter Kit now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.