Set Spinner value to a TextBox : SpinButton « Forms « VBA / Excel / Access / Word






Set Spinner value to a TextBox

 
  Private Sub SpinButton1_Change()
      TextBox1.Text = SpinButton1.Value
  End Sub

 








Related examples in the same category

1.Set the SpinButton Min/Max and current value
2.Assign value from a TextBox to a Spinner
3.The spin button control uses the SpinDown and SpinUp events to decrease and increase the value in cell B4
4.Spin up event procedure for spin button