On UserForm1
I have 15 TextBox's (TextBox1 to TextBox15)
I have an OptionButton1
What I would like to happen
When OtionButton1 is checked, then TextBox's 1 to 15.Enabled = False
I just can't work out how to loop through this event. I suppose what I am really after is learning the process for looping through an event such as this.
Thanks, Matt
I have 15 TextBox's (TextBox1 to TextBox15)
I have an OptionButton1
What I would like to happen
When OtionButton1 is checked, then TextBox's 1 to 15.Enabled = False
I just can't work out how to loop through this event. I suppose what I am really after is learning the process for looping through an event such as this.
Thanks, Matt