Hello all
So I have an Image control array, I want to pass this array into a procedure that will loop through all images in that control and do stuff. How do I pass it in? I keep getting an error. Also, the standard Ubound and Lbound don’t work with control arrays (at least not for me!!!!) so how can my procedure evaluate the size of this passed in array.
My procedure is a simple one that takes in a control array, evaluates the size and hides (blabla(index).visible = false) all the elements in that control via a for-next loop. So I could be passing in textboxes, images, labels ect into it.
Thanks