Lesson 1: Introduction to Visual Basic Applications
- Running a macro
- Recording a macro
- Examining module design
Lesson 2: Assigning macros
- Specifying the location of recorded macros
- Assigning shortcut keys to macros
- Assigning macros to menus
- Assigning a macro to a button on a sheet
- Assigning a macro to a button on a toolbar
Lesson 3: Creating decision-making code
- The If...Then decision structure
- The If...Then...Else decision structure
- The Select Case decision structure
Lesson 4: Using loop structures
- Using a For...Next statement
- Using a Do...Loop statement
- Using a For Each...Next statement
Lesson 5: User-defined functions and variables
- Creating user-defined functions
- Using variables
Lesson 6: Interactive macros
- Creating a custom message box
- Creating a custom input box
- Previewing custom dialog boxes
Lesson 7: Debugging and testing code
- Overview of debugging
- Stepping through the code
- Using Watch Expressions
Lesson 8: Macro management
- Personal Macro Workbook
- Assigning Sub procedures to run automatically