Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code and it works fine.
If ((cell.Value = DateValue("01/11/05")) And (cell.Value < DateValue("01/12/05"))) And (IsDate(cell.Value)) Then cell.Interior.ColorIndex = 4 The date values are fixed in the code but I want to pick the date values from two cells on the sheet. I cannot seem to make it work. Anyone haave aany ideaas? Cheers, Ian. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Macro for colouring cells | Excel Discussion (Misc queries) | |||
Automatic colouring of cells | Excel Discussion (Misc queries) | |||
Automatic colouring of cells | Excel Worksheet Functions | |||
How to apply colouring as in Cells associated with Forumla | Excel Programming | |||
Colouring cells | Excel Programming |