RE: Macro module
Hi Hitomi
Visual Basic for Application (VBA) is the language in which all macros are written.
Modules are where you put most of your VBA code consisting mainly of basic macros and custom functions.
A VBA Project can contain as many modules as you want making it easy to split the procedures into different modules for organization and ease of maintenance.
Hope this helps
Carlos