Introduction

This lesson introduces you to several VBA commands or statements that will be useful when you write your own user-defined functions or VBA macros. Generally, these commands are referred to as control flow statements because they will allow you to decide what code you would like to execute and under what conditions.

Lesson Files

VBA 2 - Basic Control Logic - Class File
VBA 2 - Payroll - Class File

Lesson Videos