jase71ds
Board Regular
- Joined
- Oct 23, 2006
- Messages
- 137
- Office Version
- 365
- Platform
- Windows
Hoping someone will help me with this...
A1 = a user defined date (mm/dd/yy)
Table1 = a defined table range in which the values are either blank, or are dates (mm/dd/yy)
I need VBA to consider the date that is A1, and then look through Table1 and change the font color to red, of any cell in Table1 that contains a date that is less than the date in A1.
In other words: Within Table1, change a cell's font color to red if the date in that cell is < the date in A1.
(Note: A1 and Table1 are on the same worksheet page)
Normally I would use conditional formatting - but for reasons too long to discuss, I need to avoid CF.
Thanks for any help. As always, it is greatly appreciated.
Jase.
A1 = a user defined date (mm/dd/yy)
Table1 = a defined table range in which the values are either blank, or are dates (mm/dd/yy)
I need VBA to consider the date that is A1, and then look through Table1 and change the font color to red, of any cell in Table1 that contains a date that is less than the date in A1.
In other words: Within Table1, change a cell's font color to red if the date in that cell is < the date in A1.
(Note: A1 and Table1 are on the same worksheet page)
Normally I would use conditional formatting - but for reasons too long to discuss, I need to avoid CF.
Thanks for any help. As always, it is greatly appreciated.
Jase.