DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub Worksheet_Change(ByVal Target As Range)
If Intersect(Target, [B1:B100]) Is Nothing Then Exit Sub
If Target = "Y" Then Target.Interior.ColorIndex = 3
If Target = "O" Then Target.Interior.ColorIndex = 6
If Target = "R" Then Target.Interior.ColorIndex = 50
End Sub
Private Sub Worksheet_Change(ByVal Target As Range)
[COLOR="Blue"]On Error GoTo HATA[/COLOR]
If Intersect(Target, [B1:B100]) Is Nothing Then Exit Sub
If Target = "Y" Then Target.Interior.ColorIndex = 3
If Target = "O" Then Target.Interior.ColorIndex = 6
If Target = "R" Then Target.Interior.ColorIndex = 50
[COLOR="Blue"]HATA:[/COLOR]
End Sub
Merhaba,
Ben B hücresine değer girdiğim zaman bu 3 değere göre renk değişmesini istiyorum.Yazı rengi değişmeyecek.Sadece hücrenin rengini değişmesini istiyorum.Bana bu konu yardımcı olabilirmisiniz? Teşekkürler