Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there any way to run the code below without triggering the Click Event
associated with the OptionButton? If rng1(1, 8) = "YES" Then OptionButton2202.Value = True End If If rng1(1, 8) = "NO PHONE" Then OptionButton2203.Value = True End If If rng1(1, 8) = "LEFT MESSAGE" Then OptionButton2205.Value = True End If If rng1(1, 8) = "NOT CALLED" Then OptionButton2206.Value = True End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Click event on menu item is lost after first time firing of the event | Excel Programming | |||
Click an Optionbutton | Excel Programming | |||
userform label double-click goes to click event | Excel Programming | |||
click event problem in excel 2003 only | Excel Programming | |||
OptionButton problem | Excel Programming |