I am trying to use the vscroll bar to increment the numbers between 1 and 99 in one cell then reposition the vscrollbar when the user clicks in another cell below to do the same thing. Does anyone have and ideas.
Thanks
Printable View
I am trying to use the vscroll bar to increment the numbers between 1 and 99 in one cell then reposition the vscrollbar when the user clicks in another cell below to do the same thing. Does anyone have and ideas.
Thanks
using the .row property you can find out which row has been selected
the .toprow property can set which row is the topmost visible row in the grid (thereby adjusting the scroll bar)