Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've had the following code suggested for clearing
option buttons (so they are made 'unchecked'). for each oleObje in ActiveSheet.OleObjects if typeof oleObje.Object is MSforms.OptionButton then oleObj.Object.Value=False End If Next while the code is accepted, it doesn't do the job (i.e. the boxes remain checked). Not sure if I'm meant to be adding more code to make this work. Your help will be appreciated. Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unticking a Checkbox | Excel Discussion (Misc queries) | |||
Option Buttons/Radio Buttons | New Users to Excel | |||
Option Buttons | Excel Discussion (Misc queries) | |||
option buttons | Excel Worksheet Functions | |||
Option Buttons | Excel Discussion (Misc queries) |