DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub ComboBox1_Change()
For SUT = 3 To 11
Sheets("Sayfa2").Cells(2, SUT).Interior.ColorIndex = xlNone
If Val(ComboBox1.Value) = Sheets("Sayfa2").Cells(2, SUT).Value Then
Sheets("Sayfa2").Cells(2, SUT).Interior.ColorIndex = 4
End If
Next
End Sub