Hello, I'd like to know if it is possible and how it can be done to
make collections with inside a class that contains another collection.

I tried it: when I es. add an item to the Inside collection, VB says
Method or data member not found.

Calling Collection1 the main and Collection2 the inside, I wrote:

Coll1.add (...args..., Coll2)

Coll1(1).Coll2(1).Property... ... Method or data member not found


I'm a self-learning (I'm not sure if this is the right way to say) so I'm not sure what is the problem.


Any chance to do this?

Thanks, Gibbofresco