Table of Contents

VBA and Macros for Excel 2007

This is a quick overview/primer on how to macros using Visual Basic for Applications in Excel 2007.

Basic Setup

VBA Language Constructs

VBA: An Object-Oriented Language

Variables

Functions and Subroutines

Loops

Flow Control

Arrays

Collections

Regular Expressions

Excel Specific VBA

Ranges

Cells

Names

Worksheet Functions

R1C1 Style Formulas

Charts

Events

Misc

Error Handling

Debugging