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("D8:D100").FormatConditions.Add(xlCellValue, xlGreater, CLng(Date - 10)).Interior.ColorIndex = 3
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.