Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I am not certain if this will help with your problem. But I created a blank **** and a checkbox and put the following code in it: Sub test() If CheckBox1.Value = "True" Then MsgBox ("True") Else If CheckBox1.Value = "False" Then MsgBox ("False") End If End If End Sub It also works if you are referencing a cell's value. -- Bearacade ------------------------------------------------------------------------ Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016 View this thread: http://www.excelforum.com/showthread...hreadid=551920 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Enable/Disable Macro Pop-Up | Excel Discussion (Misc queries) | |||
Enable/Disable Macros Pop-Up | Excel Discussion (Misc queries) | |||
Enable/Disable Macros | Excel Discussion (Misc queries) | |||
How to enable/disable a button. | Excel Programming | |||
Enable/Disable Macros | Excel Programming |