View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jon Jon is offline
external usenet poster
 
Posts: 183
Default [newbie] copy unhidden cells

I would like to retrieve a list of contents from cells that are not hidden.
For example,

copy sheet 1 a1 to sheet 2 a1 if cell is not hidden
copy sheet 1 a2 to sheet 2 a1 if cell is not hidden

If cell is hidden I would like the cell number NOT to be blank, but rather
display the next unhidden row content on the next cell.

Any ideas?