View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
gbpg gbpg is offline
external usenet poster
 
Posts: 58
Default display hidden controls once check box activated

I want users to answer a yes no question and if they choose yes the following
controls that are on my form (but not visible) to appear. So the sequence
would be:
when click button
display ListBox4,Label12,CommandButton10, CommandButton11

Any quick solutions?