M
Mark1
Can anybody tell me why I get the error message 'Expected: =' at the .Add
line? Thanks! h is a defined range of cells. I'm trying to conditionally
format several cells so that if they are greater than the cell two columns to
the left of them, the font will be green.
With h.FormatConditions
.Delete
.Add(xlCellValue, xlGreater, ActiveCell.Offset(0, -2))
End With
line? Thanks! h is a defined range of cells. I'm trying to conditionally
format several cells so that if they are greater than the cell two columns to
the left of them, the font will be green.
With h.FormatConditions
.Delete
.Add(xlCellValue, xlGreater, ActiveCell.Offset(0, -2))
End With