View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Keri[_2_] Keri[_2_] is offline
external usenet poster
 
Posts: 9
Default binding checkboxes

Ok here is the issue, I want to have a checkbox that is
dependant on another checkbox. So if checkbox 1 is checked
than checkbox 2 is active, if checkbox 1 is not checked
then checkbos 2 is greyed out and isn't allowed to be
checked. I found that there was a "bound" function in VBA
but I don't know how to use it. please help!

--Keri