I have some code that I want to apply to many objects (Pictre Boxes) and I was unable
to loop through the objects via a For loop and am currently forced to copy paste the code for each Image Box.
The Pictre Boxes are named compAlien1, compAlien2 ... compAlien9
Is there a way to do something similar to this:
thanks in advanceCode:For i = 1 To 10 Step 1 compAlien[i]... #code# Next i




Reply With Quote