S
Shannon
If the syntax (.Pattern = xlSolid) highlights a cell to
the color you select. What syntax changes the text color?
the color you select. What syntax changes the text color?
-----Original Message-----
If Cells(i, 9).Value < 1 And Cells(i, 9).Value <> 0 Then
With Cells(i, 9).Font
.ColorIndex = 3
End With
End If
--
Regards,
Tom Ogilvy
.