View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default VB and check boxes in Excel

you were close

If Me.CheckBox1 = True Then Me.CheckBox2 = True

--


Gary


wrote in message
oups.com...
Is there any way where I can VB program a check box to check when
another check box is checked?

Ex.
If me.checkbox1.checked = true then me.checkbox2.checked = true