Hi g,
Is this what you had in mind?HTHCode:Sub RedRange() Dim rngTest As Range, dblTest As Double, rngTarget As Range With Sheet1 Set rngTest = .Range("P6:P" & .Cells(Rows.Count, "P").End(xlUp).Row) rngTest.Font.ColorIndex = xlAutomatic dblTest = Application.WorksheetFunction.Max(rngTest) Set rngTarget = rngTest.Find(what:=dblTest) rngTarget.Font.ColorIndex = 3 End With End Sub


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks