I am trying to add conditional formating via VBA
In my spreadsheet the forumula reads
=N5="Below"
'Range("L5").FormatConditions.Add Type:=xlExpression, Formula2:="=n5="below""
' Range("L5").FormatConditions(2).Interior.PatternColorIndex = xlAutomatic
' Range("L5").FormatConditions(2).Interior.ColorIndex = 255
' Range("L5").FormatConditions(2).Interior.TintAndShade = 0
any help would be greatly appreciated.
I just cant get it to work.
Bookmarks