View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
okrob okrob is offline
external usenet poster
 
Posts: 142
Default Use module, not thisworkbook

What are the advantages / disadvantages of using thisworkbook over a
module, or a module over thisworkbook for holding code?
Most of my projects seem to work fine by simply using thisworkbook and
the individual sheets (where necessary) and not ever using a separate
module...
Is there a file size consideration? Speed?
Rob