Double click to clear option button

  • Thread starter Thread starter dgold82
  • Start date Start date
D

dgold82

Does anyone know a way to clear an option button (radio button) by just
double clicking on it? I'm talking about the little circle that once clicked
can't be unchecked unless you right click and click clear contents. My real
goal was to create VBA code that would simply reset the option button if just
clicked again (kind of like a regular check box)--but I couldn't figure it
out. Double-clicking would work fine too. Can't use right-click because all
command bars are disabled.

Thanks.
 
I hope you are having this within the sheet. The best way is to link the
button with a cell in DesignMode>Properties..and change the cell value to 0,1

If this post helps click Yes
 
Back
Top