D
dipsy
1. Cells(i, 9) = DateDiff(Cells(i,7), "12/31/2003", "m") -
gives me type mismatch error -
I need to check that the end date is before 12/31/2003 and
then calculate the number of months till the end of the
year.
2. If (Cells(i, 7) = "Complete" & Sheets("Plan").Cells(i,
7) = "mm/dd/yyyy") - does not work.
It works for - If (Cells(i, 7) = "Complete")
However, I need to check - that there is a date in the
cells - Sheets("Plan").cells(i,7)
else I want to leave the original comment - "Complete".
TIA.
gives me type mismatch error -
I need to check that the end date is before 12/31/2003 and
then calculate the number of months till the end of the
year.
2. If (Cells(i, 7) = "Complete" & Sheets("Plan").Cells(i,
7) = "mm/dd/yyyy") - does not work.
It works for - If (Cells(i, 7) = "Complete")
However, I need to check - that there is a date in the
cells - Sheets("Plan").cells(i,7)
else I want to leave the original comment - "Complete".
TIA.