You can use simple macros perfectly happily without knowing any of the information that follows. To experiment with modules and macros, you will need to explore the VBE (Visual Basic Editor). However, you can create other modules within the Normal template, and you can save your macros in other templates if you prefer. By default, macros you create go into the NewMacros module in the Normal template. Within templates, macros are saved in Modules, which hold collections of macros.
Macros are written in Visual Basic for Applications (VBA), one of a number of coding languages.
The Visual Basic Editor (VBE) is the environment where one can write and edit macros.
An Introduction to the Visual Basic Editor (VBE)Ĭontributed by John McGhie and Daiya Mitchell