Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Is there a way to set the value of a toggle button without triggering a click event? I have a set of three buttons that I want to deselect the other two options when any one is selected. ie. Private Sub ToggleButton1_Click() ToggleButton1.Value = True ToggleButton2.Value = False ToggleButton3.Value = False End Sub When I set the value of the other two it seems to trigger a click event on them as well. I have tried the example of exclusive toggle buttons on ms site (http://support.microsoft.com/?kbid=213714) but couldn't get it to work. It seemed to save all the calls to the sub until I closed the form. -- fazstp ------------------------------------------------------------------------ fazstp's Profile: http://www.excelforum.com/member.php...o&userid=30574 View this thread: http://www.excelforum.com/showthread...hreadid=507025 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ToggleButton to Unprotect/Protect all worksheets | Excel Discussion (Misc queries) | |||
ActiveX ToggleButton Reset | Excel Discussion (Misc queries) | |||
Help with togglebutton that displays jpg | Excel Discussion (Misc queries) | |||
need help with togglebutton | Excel Programming | |||
2 macros in a Togglebutton? | Excel Programming |