C
Cesar
I have a form with 288 text boxes arranged in 24 columns with 12 rows each.
I need to enter values from a matrix on each one of these text boxes.
Is there a way to reference each text box other than using its name?
The idea is to use a matrix to indirectly reference each text box insted of
programming 288 lines of code, one for each text box.
I need to enter values from a matrix on each one of these text boxes.
Is there a way to reference each text box other than using its name?
The idea is to use a matrix to indirectly reference each text box insted of
programming 288 lines of code, one for each text box.