Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an option group with two option button. I am trying to select one of
them using code. I tried: Me.OptProject.Enabled=True and Me.OptProject.SetFocus Neither worked. Any ideas? Thanks Ayo |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Did you check its name ... OptionButton1 or OptionButton2 ... HTH |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try......
Me.OptProject.Value = True -- Regards, Nigel "Ayo" wrote in message ... I have an option group with two option button. I am trying to select one of them using code. I tried: Me.OptProject.Enabled=True and Me.OptProject.SetFocus Neither worked. Any ideas? Thanks Ayo |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select Option button unhide row | Excel Discussion (Misc queries) | |||
Select standard toolbar button option | Excel Programming | |||
De-Select an Option button | Excel Programming | |||
How to assign same code inside Option button code space ?? | Excel Programming | |||
Select option button when have the name as a string | Excel Programming |