Essential VBA Elements

VBA has many elements that are common to all modern programming languages, such as comments, variables, constants, data types, operators, branching and looping structures, and arrays. These will be introduced here.

  1. Using Comments in your VBA Code
  2. Using Variables, Constants, and Data Types
  3. Using Assignment Statements
  4. Program Control
  5. Working with Arrays