Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I use the following code to highlight the last entry in a row. Private Sub Worksheet_Change(ByVal Target As Range) If Not Intersect(Target, Range("F4:Y75")) Is Nothing Then Range("F" & Target.Row & ":Y" & Target.Row).Cells. _ Interior.ColorIndex = xlColorIndexNone Target.Cells.Interior.Color = vbYellow End If End Sub Problem is, when a Row is inserted, the complete row is Yellow. I have no Conditional Formating in use. All I can figure is, it must be in the code. Bob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Colors - I want 2003 Colors | Excel Discussion (Misc queries) | |||
Lost highlighting and font colors; background colors on web pages | Excel Discussion (Misc queries) | |||
Can't format font colors or cell fill-in colors | Excel Discussion (Misc queries) | |||
Insert Colors seting for Excel header & footer files. | Setting up and Configuration of Excel | |||
Formulas (If linked data is not null, then insert "Complete" in ce | Excel Worksheet Functions |