Smurfit-Stone
Active Member
- Joined
- Dec 1, 2004
- Messages
- 485
Hello Board,
I'm trying to write code to clear a user form that has a series of radio buttons. I need to clear the form (template) to use over again. So far I have this.
ActiveSheet.Shapes("OptionButton14").Select
What I need to do now is change the properties.value from true to false. But no matter what I write or record, it doesn't work. I can't use checkboxes, because I need to force the user to select either on or the other in the group of buttons. There are 10 groups with 2 buttons each. I will need to reset the form and have the 10 groups buttons clear. Can anyone help? Thanks in advance.
I'm trying to write code to clear a user form that has a series of radio buttons. I need to clear the form (template) to use over again. So far I have this.
ActiveSheet.Shapes("OptionButton14").Select
What I need to do now is change the properties.value from true to false. But no matter what I write or record, it doesn't work. I can't use checkboxes, because I need to force the user to select either on or the other in the group of buttons. There are 10 groups with 2 buttons each. I will need to reset the form and have the 10 groups buttons clear. Can anyone help? Thanks in advance.