I am pretty new to Excel Macros & I have following code in my current spreadsheet as macro to highlight a cell when cell value changes for Column C. The way it works is
****************************************************
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Row = 1...