Hi!
I have small problem with testing elements of array. Some of array elements are empty, some contains other arrays. Test
if aMyArray(3,101)= empty
works fine for empty elements but it is triggering runtime "Error #13: Type mismatch" for other elements. How can I determine which elements are empty which not?
I declared this array as variant.
Thanks for any help.
I have small problem with testing elements of array. Some of array elements are empty, some contains other arrays. Test
if aMyArray(3,101)= empty
works fine for empty elements but it is triggering runtime "Error #13: Type mismatch" for other elements. How can I determine which elements are empty which not?
I declared this array as variant.
Thanks for any help.