View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Raman325[_17_] Raman325[_17_] is offline
external usenet poster
 
Posts: 1
Default Setting a CheckBox Value to False


or

With CheckBox1
..Enabled = True
..Value = False
End With


--
Raman325
------------------------------------------------------------------------
Raman325's Profile: http://www.excelforum.com/member.php...o&userid=24748
View this thread: http://www.excelforum.com/showthread...hreadid=395909