dimanche 17 mai 2020

Check if dynamic array is initialized or contains value - VBA Excel

Is there a way to tell if some dynamic array, for example arr() as String is initialized? IsEmpty and IsNothing seems not to work with dynamic arrays. Currently, I declare separate boolean variable and set to false, when array is initialized I change value to true. Is there a built-in function?

Aucun commentaire:

Enregistrer un commentaire