Can anybody give me some help:
I have 5 labels (Label1 ,Label2...etc and I want to change their values on the click of a button). But I'm have trouble concatenating. Here is my idea:
For j = 1 To 5
Me."Label" & j.Value = "Drop" & 1
Next j
I know the code is wrong but the idea is there.
Any offers
I have 5 labels (Label1 ,Label2...etc and I want to change their values on the click of a button). But I'm have trouble concatenating. Here is my idea:
For j = 1 To 5
Me."Label" & j.Value = "Drop" & 1
Next j
I know the code is wrong but the idea is there.
Any offers