I have an object array, and I want to clear up the object in the array when the form unload. The I use a for loop to loop the object array. Unfortunately, the object array sometimes won't initialize (empty inside), then it will call error when calling lbound(Array). Do anyone know how to check the array contains something or not, or have a better method to clear the objects in the array. Thank you very much.