Something like this:
Code:Dim x As Range MinVal1 = Application.WorksheetFunction.Min(MinRange1) Set x = MinRange1.Find(What:=MinVal1, After:=Range("N4"), LookIn:=xlValues, _ LookAt:=xlWhole, SearchOrder:=xlByColumns, SearchDirection:=xlNext, _ MatchCase:=False) If Not x Is Nothing Then x.Offset(0, -11).Interior.ColorIndex = 44 End If


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks