Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it better (speed up runtime) to use several modules to run code or is it
faster to place all your code in one module? Or does this even make a difference? Thank You |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
AFAIK, no diff.
-- Don Guillett SalesAid Software "tjh" wrote in message ... Is it better (speed up runtime) to use several modules to run code or is it faster to place all your code in one module? Or does this even make a difference? Thank You |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
though i doubt there#s a performance difference I wouldn't put all in one single module for the following reasons: - AFAIK there's a maximum size for one module - not very maintainable to have everything in one single module -- Regards Frank Kabel Frankfurt, Germany "tjh" schrieb im Newsbeitrag ... Is it better (speed up runtime) to use several modules to run code or is it faster to place all your code in one module? Or does this even make a difference? Thank You |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VB Modules | Excel Discussion (Misc queries) | |||
Modules | Excel Programming | |||
Modules | Excel Programming | |||
modules | Excel Programming | |||
Class Modules vs Modules | Excel Programming |