T
Tony
I want to add several checkboxes to the worksheet and to have them working
similar to option box, so that only one can be selected in any particulart
time. I have created several procedures acting on CheckBox_click event but I
can not figure on how to set the values for other checkboxes. Using
CheckBox2.Value = False
or
CheckBox2.Value = 0
does not work, I am getting error messages related to missing objects. How
my code should look like ? Thanks for help.
Regards,
similar to option box, so that only one can be selected in any particulart
time. I have created several procedures acting on CheckBox_click event but I
can not figure on how to set the values for other checkboxes. Using
CheckBox2.Value = False
or
CheckBox2.Value = 0
does not work, I am getting error messages related to missing objects. How
my code should look like ? Thanks for help.
Regards,