Completed
Do While Loop
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Excel VBA Intermediate Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Start
- 2 Variables
- 3 Variable Rules
- 4 For Next Loop Basics
- 5 For Next Loop Doubled
- 6 For Next Loop Triple
- 7 For Each Loop
- 8 Exit For Statement
- 9 Do While Loop
- 10 Do While Not Empty Loop
- 11 Do Until Loop
- 12 Do Loop UNTIL
- 13 Count and Offset
- 14 End, Address, Call Statement
- 15 Practice
- 16 Using the FIND Tool in a Macro
- 17 Message Boxes
- 18 Input Boxes
- 19 Code Continuation Character and vbCrLf Constant
- 20 If Then, ElseIF, and Else
- 21 Select Case
- 22 Multiple Variables
- 23 Practice