D
Dennis
Using XL 2003 & 97
How do enter into VBA code; the cell Offset R-12,C into
the Contitional Formatting below? (I want the "not equal to" referrence a
cell 12 rows above in the same column)
Selection.FormatConditions.Add Type:=xlCellValue, Operator:=xlNotEqual,
Formula1:="=$J$6397"
TIA
Dennis
How do enter into VBA code; the cell Offset R-12,C into
the Contitional Formatting below? (I want the "not equal to" referrence a
cell 12 rows above in the same column)
Selection.FormatConditions.Add Type:=xlCellValue, Operator:=xlNotEqual,
Formula1:="=$J$6397"
TIA
Dennis