I have a variant dynamic array declared;

private vntArray() as variant

How can I test if it has been dimensioned.

Everything I try always gives me back <subscript out of range>. I could check in the error handler for this, but this is messy and not a nice way to do it.

Regards
Bill