View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DFrank DFrank is offline
external usenet poster
 
Posts: 28
Default Collapsing filtered macro

i ran a macro, and it deleted a bunch of error cells, but left a bunch of
blank cells such as the following:

a




b




c



how do i get it to collapse to the form:
a
b
c?

Prefereably within the same macro.

Thanks for any help.