Code:
For Count = Range("a" & Rows.Count).End(xlUp).Row To 1 Step -1
If Range("a" & Count) = "STIM" And Range("b" & Count) = "U$" And Range("c" & Count) = "053" Then
Range("a" & Count).Value = "STIH" And Range("b" & Count).Value = "U$" And Range("c" & Count).Value = "981"
Next
think it said type mismatch...clearly the code is wrong and im lookign for a solution pls