Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Guys,
I am a total newbie to this and the group has been really helpful in learning so far! I am setting up a UserForm that has multiple frames containing different OptionButtons. When the OK button is clicked I want it to be coded to check that each frame has an OptionButton Selected. Is it possible to write this code referring to the frame (i.e. group of OptionButtons) or do I have to write the code including each individual OptionButton like below: If Me.OptionButton1.Value = False And Me.OptionButton2.Value = False And _ Me.OptionButton3.Value = False And Me.OptionButton4.Value = False Then MsgBox " you must select a squad ", vbExclamation, "Input Error" Exit Sub End If I have 20 option buttons in one frame so just wondering if there is a shorter way to write the code? Thanks in advance Paul |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA syntax to check between two time frames i.e. 2 PM thru 5 AM? | Excel Programming | |||
check ocontrols within frames within userform | Excel Programming | |||
Check if a optionbutton is selected | Excel Programming | |||
OptionButton Check | Excel Programming | |||
Multiple Frames on a userform | Excel Programming |