Listboxta seçilen veriye ait hücreyi renklendiriyoruz. Ancak başka bir veri seçince önceki verinin eski rengine dönmesi ile ilgili kodu yazabilir misiniz?
If Range("B" & ListBox1.ListIndex + 3).Select Then
Range("B" & ListBox1.ListIndex + 3).Font.ColorIndex = 3
If Range("B" & ListBox1.ListIndex + 3).Select Then
Range("B" & ListBox1.ListIndex + 3).Font.ColorIndex = 3
