NiteCrawlr
Programmer
Hi,
I´m trying to do something but with no success, I have the following code:
If Target.Address Like "$D$" & cont Then
If Range("B" & cont) = "OK" Then
Range("H" & cont) = "100%"
ElseIf Range("B" & cont) = "NK" Then
Range("H" & cont) = "0%"
End If
End If
and instead of changing the value of column H I would like to change the color of the cells in collumn H.
ie. When I change the value of cell A1 to OK, I want the color of cell H1 to change to Red.
tks in advance
Nite
I´m trying to do something but with no success, I have the following code:
If Target.Address Like "$D$" & cont Then
If Range("B" & cont) = "OK" Then
Range("H" & cont) = "100%"
ElseIf Range("B" & cont) = "NK" Then
Range("H" & cont) = "0%"
End If
End If
and instead of changing the value of column H I would like to change the color of the cells in collumn H.
ie. When I change the value of cell A1 to OK, I want the color of cell H1 to change to Red.
tks in advance
Nite