I need a macro that will let me copy a row of data from one worksheet to another based on the value in one of the cells.
My source worksheet looks like the following
A | B | C | |
1 | Apple | Tree | Red |
2 | Grape | Vine | Red |
3 | Orange | Tree | Orange |
I want to select only rows with the word tree in Column B and past the row into a new worksheet. The new work sheet should look like the following. I can't have blank rows for those that are skipped. My original file has 100k rows so I don't want to have any blank rows in the new file.
| |||||||||||||||
jmk