K
Kuroda
Hello,
I am trying to loop through a series of text boxes named
a0 to a30, and add the values 1 - 30 to each of the text
boxes, but for some reason my code is stopping at the 2nd
line:
For curbox = 0 To 41 'need to loop thru 30 textboxes
Me("D" & curbox) = DatePart("d", curday)
Would anyone help me with this code?
Thanks,
Chieko
I am trying to loop through a series of text boxes named
a0 to a30, and add the values 1 - 30 to each of the text
boxes, but for some reason my code is stopping at the 2nd
line:
For curbox = 0 To 41 'need to loop thru 30 textboxes
Me("D" & curbox) = DatePart("d", curday)
Would anyone help me with this code?
Thanks,
Chieko