Connecting Tech Pros Worldwide Forums | Help | Site Map

Excel: select only visible cells

Moderator
 
Join Date: Oct 2006
Location: Australia
Posts: 7,748
#1   May 11 '07
If you have applied filtering to your worksheet in Excel, a normal copy/paste operation will include the cells which are currently hidden. This can be a major hassle.

To select only the visible cells, you can use this technique, posted by member alanlawlor in response to a question in the VB forum...
Expand|Select|Wrap|Line Numbers
  1. Selection.SpecialCells(xlCellTypeVisible).Select
  2. Selection.Copy



Newbie
 
Join Date: Feb 2008
Posts: 1
#2   Feb 13 '08

re: Excel: select only visible cells


I experienced this problem many time.
But I couldn't know the solution.
Now it is.
very thank you.
Reply