=OR(CELL("ROW")=CELL("ROW",A1))
In the code module of the worksheet containing the conditional formatting:
Option Explicit
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Target.Calculate
End Sub
=OR(CELL("ROW")=CELL("ROW",A1))
In the code module of the worksheet containing the conditional formatting:
Option Explicit
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Target.Calculate
End Sub
Last edited by abid.ratnani; 09-04-2013 at 06:58 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks