View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Stephens Mark Stephens is offline
external usenet poster
 
Posts: 124
Default Coding best practice question

I insert a module titled PubDec in my workbook and store all my public
statements in it. Sometimes I don't use it but declare it at the top of the
module it is being used in. Is there any advantage/disadvantage to this is
there a 'best practice' methodology for where you should store them?

Thanks, Mark