View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
txtstorer txtstorer is offline
external usenet poster
 
Posts: 1
Default Auto-Hide Rows Macro

Is it possible to auto hide/unhide rows based on a vlaue that may/may not be
present?

For example, instead of writing many different macros, I would like a macro
to check say column A, and hide every row that has "n/a" as a value in column
A. The values in column A would be based on If Then statements, so they
would change to/from "n/a" depending upon other variables. I would like for
the macroo to continue to monitor and auto hide/unhide actively depending
upon that "n/a" value being present in column A

Any suggestions?

Thank you in advance!