Sorry my english is a little bit poor. I've a strong solution to empty an array Simply do as follow
Dim MyArray() as Redim MyArray(-1 to -1)
This worked for me Before that, I'd tried Redim MyArray(0 to -1) but it did'nt work
Hope this will be helpful