Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings, all
I have 82 option buttons, and I want to write a routine which will set the value of all even-numbered option button numbers to TRUE. I tried: For i = 1 to 82 Step 2 Sheets("Data").OptionButton(i) = true Next i Not too surprisingly, this didn't work. I can write lines and lines of code to accomplish this, but am looking for a more efficient method. Any ideas? Thanks, Jeff |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Option Buttons/Radio Buttons | New Users to Excel | |||
Option Buttons | Excel Discussion (Misc queries) | |||
Option Buttons | Excel Discussion (Misc queries) | |||
Option Buttons | Excel Programming | |||
Option Buttons | Excel Programming |