I have 100 Image controls on my Form named ImgEmot(0) thru ImgEmot(99). Is this not an array?
Now in my code when I use Ubound(ImgEmot) I get a Compile Error: Expected array.
How do I reference the total number of image controls in a For....Next loop without having to use the actual number as a constant value?
Now in my code when I use Ubound(ImgEmot) I get a Compile Error: Expected array.
How do I reference the total number of image controls in a For....Next loop without having to use the actual number as a constant value?