> I'm trying to get my head around classes ... ideally I'd like to create
> add
[quoted text clipped - 18 lines]
>
> Should I be creating mac
Thanks Jezebel, -- I'm able to see the subs in the add in's class from the
calling macro now. Am I correct in assuming that the only way I can call on
another template's classes is to make sure I have a reference to that
template in my calling project? Or is there another way of accessing another
template's classes without ticking off a reference to it?
Thanks again...
> You can add a property to the module that instantiates and returns a
> reference to the class. Eg the addin called XXX has a class called clsPBar;
[quoted text clipped - 35 lines]
> >
> > Should I be creating mac
Jezebel - 25 Feb 2005 22:50 GMT
Yes, you have to have a reference to it.
> Thanks Jezebel, -- I'm able to see the subs in the add in's class from the
> calling macro now. Am I correct in assuming that the only way I can call
[quoted text clipped - 55 lines]
>> >
>> > Should I be creating mac
Chuck - 28 Feb 2005 11:07 GMT
Thanks again for your help, it's working fine...
> Yes, you have to have a reference to it.
>
[quoted text clipped - 57 lines]
> >> >
> >> > Should I be creating mac