All - seeking your help on this issue. I have a table of values (lets say 5 rows and 3 columns). I have a userform which has 3 textboxes on it. What I want to do is to, turn by turn, display each of the values in each row across the 3 boxes (each textbox would hold a value from each col - so textbox1 would have row1, col1; textbox 2 would have row1, col2; textbox 3 would have row 1, col3)
The userform has 2 commandbuttons "Yes", "No". When the user presses either buttons, the values from textbox will change from row1 to row2 to row3 to row4 to row5.
Any idea how this can be achieved?
What I have already attempted is to use a loop, but that runs straight down to row 5 - since there is nothing to 'halt' the display at each row!
The userform has 2 commandbuttons "Yes", "No". When the user presses either buttons, the values from textbox will change from row1 to row2 to row3 to row4 to row5.
Any idea how this can be achieved?
What I have already attempted is to use a loop, but that runs straight down to row 5 - since there is nothing to 'halt' the display at each row!