Hi All,
Currently I am using the below code to delete the entire row if the mentioned strings matches in the cell value. I need a modification whereas, the row needs to be deleted if the cell matches the exact word.
For example: If column B consist words like "test" and "latest" the code only needs to delete the word "test" leaving "latest".
Thanks.