Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the coloring is only to help identify the cell during
the time that it is selected see Chip's RowLiner addin http://www.cpearson.com/excel/RowLiner.htm "Chip Pearson" I would add a safeguard to ensure that Target is only one row tall. Private Sub Worksheet_Change(ByVal Target As Range) If Target.Rows.Count = 1 Then Target.EntireRow.Interior.ColorIndex = 37 Target.Interior.ColorIndex = 8 End If End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using an offset formula for the reference in a relative reference | Excel Worksheet Functions | |||
How to change a tab name with cell reference and formula? | Excel Worksheet Functions | |||
How to change the value of a cell when a condition is satisfied, but not otherwise? | Excel Discussion (Misc queries) | |||
change cell shading whenever contents different from previous cell | Excel Discussion (Misc queries) | |||
conditional cell shading when a change occurs | Excel Discussion (Misc queries) |