Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have some code that I only want to be run if a check box is checked. So I
inserted an ActiveX check box which I have named cbRecord. I then put the following IF around the code which is initiated by clicking a spinner form control: If cbRecord.Value Then .... .... .... End If However, when the code is run I get the following error: Run time error '424': Object required. When I go to debug, the code doesn't even know that my check box exists. TIA...Geoff |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
all the check boxes should be checked if i check a particular checkbox in that row | Excel Programming | |||
I need a pop up message when a check box is checked | Excel Discussion (Misc queries) | |||
Check box so that only one box can be checked a time | Excel Discussion (Misc queries) | |||
How do I get a Check Box to set a value in a cell when is checked. | Excel Programming | |||
Check box - checked or unchecked? | Excel Programming |