I have a sheet containing data in A1:CF5364. This will change each time I run this report, there may be more or fewer rows/columns.
I'd like to be able to delete an entire row if column P contains one of 9 key words. In this case, the cell would be an exact match but I don't want to limit this VBA for other uses. I'd like to delete the row only if it contains (not equals) the key word.
Key words:
apple
orange
kiwi
banana
mango
grape
strawberry
blueberry
tomato
I'd like to be able to delete an entire row if column P contains one of 9 key words. In this case, the cell would be an exact match but I don't want to limit this VBA for other uses. I'd like to delete the row only if it contains (not equals) the key word.
Key words:
apple
orange
kiwi
banana
mango
grape
strawberry
blueberry
tomato