Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi folks,
Thanks for taking time to read this and for any advice you offer! I have a userform with 27 rows of controls. Each row contains a label control, the value of which is assigned during the userforms initiate sub. Next to each label there are 6 option buttons. I have grouped each label and its option buttons with a frame. At the moment I am cycling through all of the controls to find which option button has been selected from each group, as follows: Private Sub btnRunTrawl_Click() Dim Ctr As Control For Each Ctr In UFSetUpDataTrawl.Controls If TypeName(Ctr) = "OptionButton" Then ....... Is there an easier way, for instance can I access each group of controls separately? Thanks again for any help you can offer. Brotherwarren |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Groups in Option buttons | Excel Programming | |||
with multiple option buttons on my form how do I isolate groups | Excel Worksheet Functions | |||
Two Groups of Option Buttons on Worksheet | Excel Discussion (Misc queries) | |||
Navigating between option buttons is not selecting the option | Excel Programming | |||
Option Buttons - groups | Excel Discussion (Misc queries) |