View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Luke M Luke M is offline
external usenet poster
 
Posts: 2,722
Default [newbie] copy unhidden cells

Select area of cells you want to copy (including hidden cells).
Press Ctrl+G
Choose special, then select visible cells only.
Copy and paste.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Jon" wrote:

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?