View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
TimZ[_2_] TimZ[_2_] is offline
external usenet poster
 
Posts: 1
Default How do I write a macro that hides a row based on data in Excel?


You can write something like:

If activecell = <your parameters then Selection.EntireRow.Hidden =
True

Tim


--
TimZ
------------------------------------------------------------------------
TimZ's Profile: http://www.excelforum.com/member.php...o&userid=23558
View this thread: http://www.excelforum.com/showthread...hreadid=373865