Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
Yup, exactly what I meant, the 2nd option. thank you! Ed "bj" wrote: if you mean the cell below the active cell add Cells(ActiveCell.Row + 1, ActiveCell.Column).Interior.ColorIndex = 6 just above your end sub line if you mean the cell in row two above your active cell enter Cells(2, ActiveCell.Column).Interior.ColorIndex = 6 instead "Ed" wrote: I am using the following code to highlight the entire row of the selected cell: Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range) Rows.Interior.ColorIndex = xlNone ActiveCell.EntireRow.Interior.ColorIndex = 6 End Sub What do I need to add, to make it also highlight the corresponding cell on row 2 of the active cell?? thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Highlighting every other row? | Excel Discussion (Misc queries) | |||
HIGHLIGHTING | Excel Worksheet Functions | |||
Highlighting a Row | Excel Worksheet Functions | |||
Highlighting blanks via GO TO SPECIAL is not highlighting blank cells - HELP, I'm totally stuck. | Excel Discussion (Misc queries) | |||
Highlighting changes | Excel Discussion (Misc queries) |