Hello and thanks in advance for your help and if it works, I will provide feedback.
I'm trying to delete the rows if the value in the cell in Column B is equal to delete, but I'm getting an error on
" If Cells(i, 2).Value = "Delete" Then Cells(i, 2).EntireRow.Delete"
Here is the code.
Sub...