How can i copy the values derived from find and replace?

C

clem

I need to get a number of data entries from an Excel worksheet. I did a
"find" and came up with more than 1000 values. How can I copy the values all
at the same time without doing a manual copying of each value/entry? Thanks!
 
O

OssieMac

Are the values all in the one column. If so, try using AutoFilter and then
copy the visible cells.
 
R

Rick Rothstein \(MVP - VB\)

After you set up your Find, click Find All and you will get a list with the
1000 values... press Ctrl+A to select them all and then close the Find
dialog box. The 1000 items will all be selected... just Copy them, go to
some other location and Paste them in.

Rick
 
Top