View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Zorro Zorro is offline
external usenet poster
 
Posts: 4
Default Color a cell When Change Is Made

I have used the following:

Private Sub Worksheet_Change(ByVal Target As Range)
Target.Interior.ColorIndex = 8
End Sub

But what I really want to do is to color the entire row in one color and the
changed cell in another.

Any code out there please?

TIA
Zorro