Hello,
Is there a way to create a vba code that will find text and clear contents in the preceding columns?
For instance, I want to search for the word "Completed" in column D. Once it finds this word, I will need it to go to columns E, F and G and clear the contents on the same row it found "Completed". So let's say that "Completed" was found in row 3, then I will need to clear the contents in columns E,F, G of row 3. Then move on to the next instance of the word "Completed" and do the same thing.
Is this possible?
Thank you
Is there a way to create a vba code that will find text and clear contents in the preceding columns?
For instance, I want to search for the word "Completed" in column D. Once it finds this word, I will need it to go to columns E, F and G and clear the contents on the same row it found "Completed". So let's say that "Completed" was found in row 3, then I will need to clear the contents in columns E,F, G of row 3. Then move on to the next instance of the word "Completed" and do the same thing.
Is this possible?
Thank you