I have the following array which I want to erase, or at least clear:
Dim arrFiles() As Variant
The array has two columns, lngIndex and objFile.
I remember reading somewhere that erase only works in certain conditions. Will erase work on this type? Also, what's the best way to get the amount of memory used by an array?
Thanks