In Excel, how do I create a User Defined Class the is a collection of another User Defined Class?

E.g. How whould I create the "Dogs" class that represented the collection of all objects in the "Dog" class.


Thanks