• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

vba code for deleting rows upon find texts in multiple columns

Hi Team,

I tend to copy data to a sheet from a tool and then will filter column B search for text containing - Invoice ", " Payment" and PO and delete the entire rows ..similarly unfilter and then filter again Column C contains text :. "Germany" , "Poland" and UK.....this continues till as I have mentioned in the above threads.

Column B contains text : "Invoice ", " Payment" and PO

Column C contains text : "Germany" , "Poland" and UK

Column D contains text : " Paid" ," outstanding" and Overdue

Column E contains text : " Scope" ,"not in scope"


The rows should be deleted upon satisfying the above criteria.
Please help me on extending the below code
After which I have the remaining Data which is used for reporting


upload_2017-8-24_18-37-3.png
 

Attachments

  • sample.xlsx
    9.3 KB · Views: 3
Back
Top