Marianne has attended:
Word VBA course
Word VBA course
Word VBA
What is a module?
RE: Word VBA
Hi Marianne
Modules are where you put most of your VBA code. Your basic Macros and your User Defined Functions should be in these modules.
Your Document's VBA Project can contain as many modules as you want. This makes it easy to split your procedure into different modules for organization and ease of maintenance.
Regards
Carlos