Majawat
New Member
- Joined
- Jun 14, 2011
- Messages
- 49
I have a sorted list of values. In column B I have values in a few formats:
"XXoz Draft"
"XXoz Bottle"
"XXoz Can"
(where XX is a number)
It's sorted by a =find("Draft",B1) column on C so that all the draft entries are on top.
What I'm looking for is a VBA script to delete all the remaining rows. That is, anything that doesn't have a "Draft" in column B, poof.
Any help would be most appreciated, thanks!
"XXoz Draft"
"XXoz Bottle"
"XXoz Can"
(where XX is a number)
It's sorted by a =find("Draft",B1) column on C so that all the draft entries are on top.
What I'm looking for is a VBA script to delete all the remaining rows. That is, anything that doesn't have a "Draft" in column B, poof.
Any help would be most appreciated, thanks!