View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Double click to clear option button

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

If this post helps click Yes
---------------
Jacob Skaria


"dgold82" wrote:

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.