tf37
Board Regular
- Joined
- Apr 16, 2004
- Messages
- 169
I have a range of cells ("A3:F400") and if they equal "SEE HC" then I wish for that cells color index to be 36.
If range("A3:F400") = "SEE HC" then
cell.select color.index=36
end if
or
Range("A3:F400").Select
If Range = "SEE HC" Then
cell.Select Color.Index = 36
End If
Perhaps I should go back and take a nap for a while...sigh...so simple...
Thanks gang
If range("A3:F400") = "SEE HC" then
cell.select color.index=36
end if
or
Range("A3:F400").Select
If Range = "SEE HC" Then
cell.Select Color.Index = 36
End If
Perhaps I should go back and take a nap for a while...sigh...so simple...
Thanks gang