Find Value and Move Rows to another Sheet

F

franciz

Hi

In col F of Sheet1 lists the code "Cash" or "Credit"
I want to move all the "Credit" to another sheet named "Credit"

How do I accomplish this with a macro

thanks,
 
D

Don Guillett

If you use
Data>filter>autofilter>filter on col F for cash.
Voila. Now you may decide that you really don't need to copy to another
sheet when you can filter.
 
G

Gord Dibben

Record a macro while autofiltering for "Credit"

Copy the visible rows to the other sheet.

Delete the originals if required.


Gord Dibben MS Excel MVP
 
Top