View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default separate modules for each sub routine?

It would seem cumbersome to have numerous modules with no specific purpose
nor advantage. I would use modules to group logically related subs and
functions. I suspect there is some overhead to having each module in
terms of file size.

--
Regards,
Tom Ogilvy

"smokiibear" wrote in message
...
I'm looking for feedback on whether or not to create separate modules for
each sub-routine and function, or to combine them in them in single

modules
(where it makes sense). I realize this may be like asking what is the
"best" flavor of ice cream, but I'm curious to hear what reasons people
have for their preference on this matter.

Thanks for your interest and opinions.

Smokii