PDA

View Full Version : Copy visible cell only


Annhelpmehomewk
Sep 15, 2013, 01:07 PM
How do I copy and paste visible cells in another column in the same worksheet with out the hidden cells copying also. If it can't be done is there an east macro to do the same thing?

ScottGem
Sep 15, 2013, 01:48 PM
You can use the Ctrl Key to select non contiguous ranges.

JBeaucaire
Sep 15, 2013, 05:55 PM
1) Select the range of cells to copy
2) Ctrl-G opens the Go to window
3) Select Visible cells only
4) Now copy and paste.

Video example (http://screencast.com/t/xr3p224jH6)