Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have a form with 7 option buttons. i am trying to use select case in the code,
but it never evaluates to true. yet, if i break the code and type ?me.optionbutton1.value in the immediate window, it evaluates to true. can someone tell me what's wrong? select case test Case Me.OptionButton1.Value = True test = 1 Case Me.OptionButton2.Value = True test = 2 .. .. .. end select -- Gary |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select case | Excel Discussion (Misc queries) | |||
Case without Select Case error problem | Excel Discussion (Misc queries) | |||
VBA select case question | Excel Discussion (Misc queries) | |||
Select Case Question | Excel Programming |