My question is: Can I somehow refer to labels as arrays so I can use a loop structure instead of assigning variables individually? For instance...
Sub PageInitialize()
For i = 1 To 3
lblAsterisk(i) = "*"
Next
End Sub
Thanks in advance,
_Mbtw, if anyone has a more efficient way of accomplishing the above, or the above is way off and there is a similar way of doing the same task, let me know! Thanks.
0 comments:
Post a Comment