Deleting row with specific value

  • Thread starter Thread starter Jed
  • Start date Start date
J

Jed

Could some kind soul please advise syntex (macro)for deleting a row if first
3 character of a cell contains "FST"
I have some value in column "H" which contains value FST,FST1,FST2 and so
on. What i want to do is that if first 3 chracters in column "H" has a value
"FST" then i want to delete that row.

Thanks in advance

Regards
Jed
 
Hi Jed,

I don't think you need code. Use AutoFilter and choose Custom. Then from the
drop-down choose Begins with and enter FST you'll limited the displayed data.

Once you've filtered you can simply select and delete the rows.
 

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