May 1999
Intermediate to advanced
1440 pages
38h 6m
English
VBA macros are stored in projects. A project is a collection of modules, and in Word, each document or template contains a single project. Within each project, macros are stored in modules. A module is a collection of VBA code, such as procedures, functions, and other declarations. A project can contain any number of modules. Each macro is stored as a procedure, or collection of VBA statements, in a module. Each module can contain as many individual macros as you wish. When you record a macro, Word stores the VBA code in a module named NewMacros.
Note
Modules can be added, renamed and otherwise manipulated as required to obtain the desired functionality.
If you have a module containing some useful ...
Read now
Unlock full access