Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 99
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
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.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,049
Default 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.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Click to Clear Radio Button dgold82 Excel Programming 11 April 28th 09 12:54 PM
In the Project window where will be the double click option details in macro Excel Worksheet Functions 1 December 6th 07 06:19 AM
Clear Option Button Selections Jenny B. Excel Discussion (Misc queries) 3 July 22nd 07 04:02 PM
double-click mouse button not working squeezerfan Excel Discussion (Misc queries) 0 November 6th 06 09:28 PM
double click option in listbox outputs to cell in excel 97 ! spyrule Excel Programming 1 July 12th 06 04:58 AM


All times are GMT +1. The time now is 01:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"