I have an array like this:
Dim aFirstArray() As Variant
How do I clear the entire array? What about a collection?
It is as simple as :
Erase aFirstArray