I have an array defined like this
Dim my_array() As Variant
which sometimes gets filled and sometimes does not. How would I check to see if there's anything in it?

Thanks