I am curious how to make the value of a text box dynamically change when you select a different option button or toggle with a spin button. What I have tried so far is Userform1.textbox1.value = spinbutton1
Is there a better way to do this??
Thanks.