Looking for some source code for navigation bars

N

Newbie

I am using a SLIDER "Slider1" and then 4 buttons
I would like to find some samples of how to use a slider for moving between
records. Any good places to start looking?

I have several books, but am not finding anything about navigating in a
userform.


Thanks
XL Newbie!
 
T

Tom Ogilvy

read the value of the slider, use that value to select which row to display
in the userform. Use a change event in the slider to trigger the action.
 
Top