View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
iwrk4dedpr[_2_] iwrk4dedpr[_2_] is offline
external usenet poster
 
Posts: 1
Default Check Box influencing other Check Boxes

In the checkbox which when true it will check all other check boxes yo
can do this:

if checkbox6 then
checkbox5 = true
checkbox4 = true
checkbox3 = true
checkbox2 = true
checkbox1 = true
end if

note that changing the value will cause the click event for eac
individual check box to execute

--
Message posted from http://www.ExcelForum.com