Home / MS-Excel / General Formatting

Controlling Your VBA Code

One of the advantages of writing your own VBA procedures instead of simply recording them is that you end up with much more control over what your code does and how it performs its tasks.
In particular, you can create procedures that make decisions based on certain conditions and that can perform loops-the running of several statements repeatedly.
The statements that handle this kind of processing-control structures-are the subject of this tutorial.