Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an excel worksheet ("Sheet 1") with a number of Optionbuttons
all of which I want to disable via macro which runs from another worksheet ("Sheet 2"). So I want to do something like this: For i = 1 To 7 Sheets("Sheet 1").Controls("OptionButton" & i).Enable = False Next i Will this work? Or am I missing something? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Enabling Option Buttons - Control | Excel Programming | |||
Userforms: Disabling - Enabling the X | Excel Programming | |||
Disabling/Enabling Macros | Excel Programming | |||
Enabling/Disabling Macros | Excel Programming | |||
Option buttons - disabling | Excel Programming |