Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am having a problem with this set of code below. What I am trying to do is
to disable all the option buttons in the frame, except for the active option button, when the form initializes. Or, if no option button is selected in the frame, I want all the option buttons to be enabled but if one option button is selected, I want the rest of the option buttons to be disabled. How can I write the code to do that? With Me.fraProject For Each optProject In Me.fraProject If .optProject.Value = True Then .optProject.Enabled = True ElseIf .optProject.Value = False Then .optProject.Enabled = False End If Next End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Option Buttons/Radio Buttons | New Users to Excel | |||
Looping through buttons on a worksheet. | Excel Programming | |||
Option buttons: How to get the selected option from a group? | Excel Programming | |||
Navigating between option buttons is not selecting the option | Excel Programming | |||
Navigating between option buttons is not selecting the option | Excel Programming |