تفضل أخى
بالمرفقات
Dim a As Integer
Dim i As Integer
Dim myitems(0 To 3) As Long
a = 6
For i = 0 To UBound(myitems())
With Sheets("k1")
myitems(i) = .Cells(12, i + a)
End With
a = a + 1
mylow = Application.WorksheetFunction.Min(myitems(0), myitems(1), _
myitems(2), myitems(3))
Next i
Sheets("k1").Range("f12:l12").Interior.ColorIndex = xlNone
For i = 6 To 12 Step 2
If Sheets("k1").Cells(12, i) = mylow Then
Sheets("k1").Cells(12, i).Interior.ColorIndex = 3
End If
Next i
مقارنه اسعار kemas.zip