powertrick
Technical User
How do I color code 2 date text conditions. The text will be a date and if it's older than say 10 days then red etc in Excel 2003?
I could not get below to work:
Range("D8100").FormatConditions.Add(xlCellValue, xlGreater, CLng(Date - 10)).Interior.ColorIndex = 3
I could not get below to work:
Range("D8100").FormatConditions.Add(xlCellValue, xlGreater, CLng(Date - 10)).Interior.ColorIndex = 3