Hello
I want to use a collection that contains different car objects.
I'm familiar to do this in Java but I don't find the solution in VBA.
I want to create a class car where I can create my car object with contains the following parameters
make
model
year
therefore I have to make a class module?
I want to a list that I have in excel with the actual makes and models.
How can I store these objects in a collection?
I declare the collection in the module section?
Thanks for you feedback!
I want to use a collection that contains different car objects.
I'm familiar to do this in Java but I don't find the solution in VBA.
I want to create a class car where I can create my car object with contains the following parameters
make
model
year
therefore I have to make a class module?
I want to a list that I have in excel with the actual makes and models.
How can I store these objects in a collection?
I declare the collection in the module section?
Thanks for you feedback!