In Java, I can do
include somclass.*
and then reference the class routines in my code.
I want to do the same in Excel, Can I
I have an addin, SomeAddin.xla
The addin has a class MyClass with a routine DoIt.
From the VBA IDE, I went to Tools, References, and selected SomeAddin, but I cannot see the classes. Am I asking too much of a Microsoft Product?
PS, I wrote SomeAddin.xla. If there is a step I need to take to expose the classes, I can go back and to it.
Thanks in advance.
Thanks.