Hi guys,
I have probably very simple problem. I would like to set spinbutton value equal to textbox. I am using the following code:
VB Code:
Private Sub TextBox3_Click() UserForm1.SpinButton2.Value = UserForm1.TextBox3.Value End Sub
Can anybody help me, what I did wrong?
Thanks.
Boris




Reply With Quote