View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] rblivewire@hotmail.com is offline
external usenet poster
 
Posts: 2
Default VB and check boxes in Excel

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