How do I write code to move the button on a horizontal scroll bar?
VB Code: HScroll1.Value = HScroll1.Max / 3
HScroll1.Value = HScroll1.Max / 3
-= a peet post =-
Set the MAX property to a smaller number, and you should see the tab moving when you click one of the arrows.
Forum Rules