Hi,
I want to change 10 label captions (Label1, Label2, ......)
in a loop
This is not working.
Could you please help me to use the Labels as variables ?
Thanks,
Kotzo
I want to change 10 label captions (Label1, Label2, ......)
in a loop
Code:
cou=cou+1
la = "Label" & CStr(cou)
Me.la.Caption = ...........................
This is not working.
Could you please help me to use the Labels as variables ?
Thanks,
Kotzo