Assign scrollbar value to B3 : ScrollBar « Forms « VBA / Excel / Access / Word






Assign scrollbar value to B3

 
     Private Sub ScrollBar1_Change()
         Range("B3").Value = ScrollBar1.Value
     End Sub

 

Related examples in the same category