View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nick Hodge Nick Hodge is offline
external usenet poster
 
Posts: 1,173
Default The Reason for Modules?

Ben

I relatively basic terms

Generic code, whether Subs, functions or types are entered in modules, also
sometimes referred to a 'standard' modules. They are saved with the workbook
under which they reside in project explorer.

There are class modules to establish your own objects and modules behind
excel objects, e.g workbook and worksheets which are provided with XL to
code event procedures

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS


"Ben H" wrote in message
...
Hi all! I got a really basic question: what is the purpose of a module
in
the project window? I really don't understand what it is there for.
Would
someone please clarify it for me.

Thanks!