
Macros & VBA:Looping Playlist
Excel Video 422 Looping to Dynamically Define a Range
There’s a way to programmatically define a range of cells to work with in Excel Video 422. I’m...
Excel Video 423 Introducing Loops
We’ll start discussing loops in Excel Video 423. Loops are an important concept in programming, and there...
Excel Video 424 Loops with Steps
Excel Video 424 shows you how to make your loop skip rows as it processes your code. Today’s example is a...
Excel Video 425 Looping to the End of the Data
Excel Video 425 has one line of code that makes your macros much easier to run as the size of your data...
Excel Video 426 Nesting Loops
Excel Video 426 is a practical example of nesting a loop inside another loop. Before I start, here’s a...
Excel Video 427 Exiting Loops
If you find a problem as you’re looping through data, watch Excel Video 427 to learn how to stop the loop...
Excel Video 428 Looping Through Workbook Objects
We’ve spent several Excel Videos looping through rows and columns in a worksheet. Excel Video 428 has a...
Excel Video 429 Do While Loops
Excel Video 429 introduces another way to loop through data with Do While Loops and Do Loops While. The...
Excel Video 430 Do Until Loops
If you watched Excel Video 429, Excel Video 430 will make a lot of sense as an extension of Do loops. The Do...