I'm fairly new to Excel VBA - I have a worksheet that has a column of dates. What I want to do is as follows;
If the value in the cell (formatted as date, 14-Jul-05) is greater than the system date then I want to turn the contents of the cell to red and in bold?
I can turn the contents of the cell red using VBA but I think it's the argument I'm struggling with...
If the value in the cell (formatted as date, 14-Jul-05) is greater than the system date then I want to turn the contents of the cell to red and in bold?
I can turn the contents of the cell red using VBA but I think it's the argument I'm struggling with...