I have an array like this:
Dim aFirstArray() As Variant
How do I clear the entire array? What about a collection?
[your Array name] = Empty
Then the array will be without content and can be filled again.