Find Value and Move Rows to another Sheet

  • Thread starter Thread starter franciz
  • Start date Start date
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,
 
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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top