A beginner's introduction to programming with Visual Basic for Applications. This video tutorial is number 2 in a series designed to get you programming from scratch. It explains how to start writing simple programs (procedures) in VBA to display a sequence of messages with MsgBox command, and how to use the call statement to pass control from one procedure to another. It also includes the Debug toolbar and stepping through a program.