Hello everyone, Below is a VB Macro I found in the internet. Basically this deletes any row in a range of cells that has the text "Apple". I would like to modify this code to delete any rows that contains "Apples" or "Oranges" or "Grapes" or "Bananas" or "Strawberries". How do I do that? Your...