I have an array like this:
Dim aFirstArray() As Variant
How do I clear the entire array? What about a collection?
Only use Redim statement
Redim
Dim aFirstArray() As Variant Redim aFirstArray(nRows,nColumns)