I am looping through rows to find a specific value. When the value is found, I want to select the row and delete the row. Then I continue through all the rows searching for the same value and deleting until the end.
I can't figure out the code to select the specific row containing the value when the value is met.
I can't figure out the code to select the specific row containing the value when the value is met.