Originally Posted by mancubus are they on the same userform? if not: Public Sub Label14_Click() UserForm1.SpinButton1_SpinDown End Sub They are on the same userform and I tried the above (I think it's what I posted up above) but it errors. Edit: Yes that is what I tried and it seems to do nothing when I click them. (no error, just no result)
Public Sub Label14_Click() UserForm1.SpinButton1_SpinDown End Sub
Forum Rules