Thread
:
Active Cell Fill Colour
View Single Post
#
4
Posted to microsoft.public.excel.programming
Carim[_3_]
external usenet poster
Posts: 137
Active Cell Fill Colour
Hi uplink600,
Here is the code I am using :
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Cells.Interior.ColorIndex = xlNone
Target.Interior.ColorIndex = 6
Target.Select
End Sub
HTH
Cheers
Carim
Reply With Quote
Carim[_3_]
View Public Profile
Find all posts by Carim[_3_]