hi there
i got the code below that need to put the number in the text box but all my object are 'round 1', 'round 2', 'round 3', all the way to 'round 176', but it is not working???
thanks in advance
Jonathan D
i got the code below that need to put the number in the text box but all my object are 'round 1', 'round 2', 'round 3', all the way to 'round 176', but it is not working???
Code:
For i = 1 To 176
("Round " & i).SetFocus
["Round " & i].Text = i
Next i
thanks in advance
Jonathan D