I have a form with 120 text boxes that are to me filled with values via vba.
The text boxes are numbered in blocks of 10.
ie 600 -> 610 , 611 -> 620, etc
I'm going to step thru a loop and asign the vars a value.
Q:
I'm trying to constuct a variable, variable name. like;
Text & Y & X = myvalue
where Y is the hundreds place
and X is the tens and ones.
Is this possible?
TIA
Jeff
The text boxes are numbered in blocks of 10.
ie 600 -> 610 , 611 -> 620, etc
I'm going to step thru a loop and asign the vars a value.
Q:
I'm trying to constuct a variable, variable name. like;
Text & Y & X = myvalue
where Y is the hundreds place
and X is the tens and ones.
Is this possible?
TIA
Jeff