ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Double click to clear option button (https://www.excelbanter.com/excel-programming/429358-double-click-clear-option-button.html)

dgold82

Double click to clear option button
 
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.

Jacob Skaria

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.


Patrick Molloy

Double click to clear option button
 
. . . or use a check box control?

"dgold82" wrote in message
...
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.




All times are GMT +1. The time now is 05:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com