DetroitJimBurke
New Member
- Joined
- Nov 7, 2022
- Messages
- 11
- Office Version
- 2013
- Platform
- Windows
I have a macro to reset all of my option buttons on a sheet using
Sheets("Survey1").OptionButtons = False
This works great, but I also need to be able to reset option buttons on only a selected row. I'll have a 'reset' button on each row that will reset the buttons for that row. Thanks!
Sheets("Survey1").OptionButtons = False
This works great, but I also need to be able to reset option buttons on only a selected row. I'll have a 'reset' button on each row that will reset the buttons for that row. Thanks!