View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Larry Fitch Larry Fitch is offline
external usenet poster
 
Posts: 24
Default hisind rows with an if statement

I would like to be able to hide a number of rows based on the response to a
question..

The response to the question is a list box with either "yes" or "no" as the
choices.. If the response = "no" then I would like to hide the next 3 rows,
otherwise do nothing..

Is there a "hide" command of some sort that I can use as part of an IF
statement or is this going to require a macro ?


--
Thanks

Larry