Summary

In this chapter, you learned what a macro is, and how Visual Basic for Applications (VBA) relates to Excel macros. You learned that adding Visual Basic decision-making and looping structures to recorded macros increases their power (decision-making and looping are the topics of Chapters 13 and 14). By using Visual Basic for Applications, you can create macro programs to suit a wide variety of needs.

More specifically, you learned how to record an Excel macro and how to run a macro that you have recorded. These are the most basic skills you need to get started with VBA. Many of the macros on which you use your VBA programming skills will begin with a macro that you recorded. The next chapter teaches you how to edit a recorded macro.