View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Kevin B Kevin B is offline
external usenet poster
 
Posts: 1,316
Default Need Class Module examples...

I highly recommend the following URL's, which are links to Chip Pearson's
website pages addressing XLA add-ins and Class Modules.

http://www.cpearson.com/excel/CreateAddIn.aspx

http://www.cpearson.com/excel/Classes.aspx


Good luck...
--
Kevin Backmann


"Brian Herbert Withun" wrote:

Does anyone know of any illustrative examples of using Class Modules
in an excel add-in (XLA) ?

I would like to encapsulate some behaviors in an object, but that is
something I have never done nor seen done by using a Class Module. I
can only assume (by the name) that it is an appropriate module to use
for object oriented solutions...

Brian