View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tim Zych[_4_] Tim Zych[_4_] is offline
external usenet poster
 
Posts: 58
Default function or call macro

I'd go with well written functions rather than one long module. Easier to
maintain, more solid and doubtful there'll be a decrease in performance.


"marko" <no@email wrote in message
...
Hi all,
Is there much of a difference between creating a function to use only in a
macro or creating seperate macro's (not to be used independantly) and
calling them from another master macro?
Is one method faster than the other?
I'm just looking for some best practice tips:-)

Marko