View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] deltasierra01@gmail.com is offline
external usenet poster
 
Posts: 6
Default Userform updating via spinbutton

I have a userform with about 10 text boxes which draws its data from a
table in excel, currenty over 15K in records.

I want to put a spinbutton on the userform to allow for easy navigation
from within the datatable. When record for XYZ is displayed, clicking
the left spinbutton will display XYZ-1, clicking the right button will
display XYZ+1

Whats the easiest way to do that?

TIA