Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It works fine if the checkbox is a control toolbox checkbox, and if you put
the code in that sheet code module. -- --- HTH Bob (change the xxxx to gmail if mailing direct) "riggi" wrote in message ups.com... Hi, I am trying to write this checkbox code, I dunno for some reason its not working. Please tell me whats wrong in it. I will really appreciate. Thanks, Riggi Sub CheckBox1_Click() If Checkbox1.Value = True Then MsgBox (" Checked ") Else MsgBox ("unchecked") End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hiding a ComboBox with a Checkbox | Excel Worksheet Functions | |||
Click event for checkbox from Forms toolbar | Excel Discussion (Misc queries) | |||
Checkbox functionality | Excel Discussion (Misc queries) | |||
Cannot select checkbox to delete it from a spreadsheet | Excel Discussion (Misc queries) | |||
copy many CHECKBOX | Excel Discussion (Misc queries) |