Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 12 optionbuttons and I am trying to run this code:
objOB1...objOB12 Private objOB As Object .... Set objOB = OptionButton For n = 1 To 12 If objOB(n).Value = True Then Month = n Next n but it gives me a Run-time error '91' What I am doing wrong? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert Object Problem | Excel Discussion (Misc queries) | |||
insert object problem | Excel Discussion (Misc queries) | |||
Problem using an object inside another object.. | Excel Programming | |||
Object Is Object evaluation problem | Excel Programming | |||
Problem with ADO with Parameter Object | Excel Programming |