Why are my Macros combined into a single module?
In my VBA project > Modules, I have a number of macros each with a their individual module name.
However, when I create new macros, they now combine in the same Module 1 (not a name I gave btw) and they are called 'declarations.' Is this a sort of 'group and sub-group' idea; or should I create them as separate modules. If so, how? Can someone tell me what its about?
|