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
Kevin B - 25 Jan 2008 14:25 GMT
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...

Signature
Kevin Backmann
> Does anyone know of any illustrative examples of using Class Modules
> in an excel add-in (XLA) ?
[quoted text clipped - 5 lines]
>
> Brian