View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default How do I hide or unhide zero value columns/rows USING A MACRO?

Apply data|filter|autofilter
record a macro when you show the rows that have a value not equal to 0.

And you'll your code.

paul wrote:

--

Dave Peterson