D
dfarmer
I have a table that has 3 columns and 12 rows. I have a form field in each
cell. The first column form field has Entry Macro filled in using the same
macro in each row. The maacro loops through a specific # of times letting
the user select an item from a Form, I then populate the other cells in the
same row. I originally got it to work by setting it up in the 1st row and
looping 12 times.
I need to get the Row # the User is in so that I know how many times to
allow for the Selection Loop so that I can allow to start the selection on
any row in the table. I can't figure out how to get Current Row or Active
Row to be able to do this.
cell. The first column form field has Entry Macro filled in using the same
macro in each row. The maacro loops through a specific # of times letting
the user select an item from a Form, I then populate the other cells in the
same row. I originally got it to work by setting it up in the 1st row and
looping 12 times.
I need to get the Row # the User is in so that I know how many times to
allow for the Selection Loop so that I can allow to start the selection on
any row in the table. I can't figure out how to get Current Row or Active
Row to be able to do this.