Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Adrian,
There are no disadvantages, and many advantages, to using several modules rather than one large module. Distribute procedures among modules based on their function, e.g., UDFs in one module, utility code in another, menu/command bar code in another, etc. Give each module a meaningful name rather than sticking with the default Module1, Module2, etc. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Adrian" wrote in message ... Some of you will know that I am gradually rewriting a huge suite of .XLM macrosheets in VBA, and I'm learning as I go. The work done so far is now a large enough project for me to think about spreading it into several modules, instead of keeping it all in one. The advantages are obvious - but are there any disadvantages, however trivial? By the way, many many thanks to those that have helped me already - you know who you are! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with modules. | New Users to Excel | |||
Running Multiple Modules With 1 Command | Excel Programming | |||
modules | Excel Programming | |||
using forms and modules in multiple workbooks | Excel Programming | |||
Class Modules vs Modules | Excel Programming |