Hi all,
I have an annoying problem here.
What I am doing here is, based on criteria I am coloring the rows.
Criteria1:
Fill rows with green if due date = today (Col F contains due date) and status <> pending scoping call (Col G contains project status)
Criteria2:
Fill rows with black and color fonts with red if due date<today and status <> pending scoping call
I have constructed IF statement and run the same under FOR loop. The macro is working fine for second criteria but something is happening wrong for first criteria. I do not understand why code is not working for the first criteria.
For your reference, a first criterion meets at row 11.
Please see module1 for the code.
http://speedy.sh/U4rTd/ClorCode.xlsm
I am not able to understand where I am doing the mistake.
Looking forward your help to correct me.
Regards,
Kaushik
I have an annoying problem here.
What I am doing here is, based on criteria I am coloring the rows.
Criteria1:
Fill rows with green if due date = today (Col F contains due date) and status <> pending scoping call (Col G contains project status)
Criteria2:
Fill rows with black and color fonts with red if due date<today and status <> pending scoping call
I have constructed IF statement and run the same under FOR loop. The macro is working fine for second criteria but something is happening wrong for first criteria. I do not understand why code is not working for the first criteria.
For your reference, a first criterion meets at row 11.
Please see module1 for the code.
http://speedy.sh/U4rTd/ClorCode.xlsm
I am not able to understand where I am doing the mistake.
Looking forward your help to correct me.
Regards,
Kaushik