Hi all.
I am trying to create a collection of class modules. (Originally, I wanted to have a collection of user defined types. But after hours of head banging realized VBA doesn't let you do that)
I think that the problem I am having has to do with the fact that the class i want to add to the collection has two class module's in it. [ See Below ]
Note: cAlpha and cBeta are each Class Modules that I created.
One question, do I need to call New on cAlpha and cBeta members?
Because right now I do:
Now, I would LIKE to do the following:
The error is as follows:
Run-time error '91':
Object variable or With block variable not set
BUT WHERE?
Thanks to anyone that can help!
Bookmarks