View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
KBV KBV is offline
external usenet poster
 
Posts: 2
Default Hiding rows that meet multiple conditions in excel

This is my first time writing a VBA code (custom module). I want to learn how
to write a code that will ask excel to hide rows where a specific criteriia
is met. For ex, " hide all rows where col C has the words 'network' in it".

Or, can I write an if statement in excel to do this??

Thank you!