Now, before you say it - I've read dozens of similar topics, and couldn't find a solution. I have a dynamic Variant array, which has to be completely cleared, so it is regarded as Empty during IsEmpty check. I tried Erase, but IsEmpty still returns False. I can't ReDim it, because the array is dynamic. Tried to set whole array to Nothing, but that throws an error during IsEmpty check.
What am I doing wrong, and how can I completely eradicate that array, so the IsEmpty would return True?