Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello I have a checkbox that i only want to become unlocked when a number is put in this is my code Private Sub CheckBox1_Click() If ("N22") = "1" Or "2" Or "3" Then CheckBox1.Value = False CheckBox1.Enabled = False Else CheckBox1.Value = False CheckBox1.Enabled = True End If End Sub But it only works once and when you put other numbers in it still remains locked?????? -- Rmagic ------------------------------------------------------------------------ Rmagic's Profile: http://www.excelforum.com/member.php...o&userid=28595 View this thread: http://www.excelforum.com/showthread...hreadid=484673 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Personal.XLS is locked for editing. How to unlock it? | Excel Discussion (Misc queries) | |||
How unlock locked cells | Excel Discussion (Misc queries) | |||
How do I 'unlock' it when it says my document is locked? | Excel Discussion (Misc queries) | |||
Unlock, locked spreadsheet | Excel Discussion (Misc queries) | |||
some keys locked on keyboard. How do I unlock it? | Excel Discussion (Misc queries) |