Who it's for: Business Analysts, Data Scientists, and everyone in between looking to write their own rulebook on what’s possible in Excel.
What it is: Visual Basic for Applications (VBA) is the programming language for Excel and other Microsoft Office programs. VBA is used to automate repetitive processes and frequent actions. Even more, it can be used to build tools that otherwise don’t exist in Excel.
What you'll learn: In this series, users will be guided through the foundational concepts of VBA in Excel. Users will learn to build macros from the ground up, starting with recording macros that require little to no code, and working towards building their own macros using crucial VBA concepts such as Loop, If Then, and other complex functions.
- Variables (7:56)
- Variable Rules (3:18)
- For Next Loop Basics (4:26)
- For Next Loop Doubled (4:03)
- For Next Loop Triple (2:23)
- For Each Loop (1:39)
- Exit For Statement (3:17)
- Do While Loop (3:24)
- Do While Not Empty Loop (2:20)
- Do Until Loop (2:17)
- Do Loop UNTIL (1:38)
- Count & Offset (11:34)
- End, Address, Call Statement (7:11)
- Practice (8:11)
- Using the FIND Tool in a Macro (11:03)
- Message Boxes (8:07)
- Input Boxes (4:18)
- Code Continuation Character & vbCrLf Constant (6:28)
- If Then, ElseIF, and Else (6:28)
- Select Case (2:44)
- Multiple Variables (3:10)
- Practice (10:46)