DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub mahmut()
For i = 1 To 10
If Cells(i, 1).Value = 1 Then Cells(i, 1).Interior.ColorIndex = 6
If Cells(i, 1).Value = 2 Then Cells(i, 1).Interior.ColorIndex = 7
If Cells(i, 1).Value = 3 Then Cells(i, 1).Interior.ColorIndex = 8
If Cells(i, 1).Value = 4 Then Cells(i, 1).Interior.ColorIndex = 9
If Cells(i, 1).Value = 5 Then Cells(i, 1).Interior.ColorIndex = 10
If Cells(i, 1).Value = 7 Then Cells(i, 1).Interior.ColorIndex = 11
If Cells(i, 1).Value = 8 Then Cells(i, 1).Interior.ColorIndex = 12
If Cells(i, 1).Value = 9 Then Cells(i, 1).Interior.ColorIndex = 13
If Cells(i, 1).Value = 6 Then Cells(i, 1).Interior.ColorIndex = 14
Next
End Sub