VBA – Collections with Excel :)

Today I have learned that someone (most probably an engineer from MicroSoft) has tought of putting in VBA! Thus, making it really a fully functional programming language. Quite good!

TBHOSlotCarCollectSmall
Long story short – what are collections? Collection is a built-in class in VBA, letting you to collect things.

In this example, I will show how to create a collection of cars and to print it with a for-each loop. The code is quite self-reasonable, so I will not comment it:

Thus, once you are ready with the code you will receive the following text in the immediate (Ctrl+G) window:

Cars

Enjoy it if you can! 🙂

Tagged with: , ,