Hi, the first IF works very well thanks to the contributors/helpers on this board.
Question though, id like to delete a row if certain cells contain a certain color (RGB120,20,50). However not working well for me, any suggestions please?
For i = LastRow To 2 Step -1
If Cells(i, 2).Value >...