How do you delete specific words in one column that's based off a list of words in another column?
For example, let's say in column A I have:
A1: Carrots are orange.
A2: Green peas go great with garlic butter.
A3: Watermelons are red on the inside and green on the outside.
And in column C are the specific words I want to eliminate in column A:
C1: orange
C2: green
C3: red
What's the VBA code to do this?
For example, let's say in column A I have:
A1: Carrots are orange.
A2: Green peas go great with garlic butter.
A3: Watermelons are red on the inside and green on the outside.
And in column C are the specific words I want to eliminate in column A:
C1: orange
C2: green
C3: red
What's the VBA code to do this?