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


Or:

'I am assuming the name of the form is UserForm1

UserForm1.Controls("CheckBox1").Value = False

Hope this helps

theguz


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