View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
smokiibear smokiibear is offline
external usenet poster
 
Posts: 33
Default check box interaction

I'd like to use a check box that will cause a couple of objects on a form
to alternate between visible and not visible. In other words, when the
check box is checked, I want a couple of parameters to be accessible, but
when the check box is unchecked, I don't want the parameters viewable. Can
a check box accomplish this, or am I confined to using a command button or
a toggle button?

Thanks.

Smokii