A
Andy
Hi Chip,
I downloaded the Excel calendar from your website, tried it and had problem,
the line causing the problem is
Range("StatusCell").Value = Format(TempDate, "mmm d, yyyy") _
& " " & Format(DayOfYear(TempDate), "##0") & _
NumberSuffix(DayOfYear(TempDate)) & " day of year." & _
" Days From Now: " & Format(DateDiff("d", Now(), TempDate),
"##,##0") & _
" (Workdays: " & _
Format(Evaluate("NETWORKDAYS(" & """" & Format(Now(),
"mm/dd/yy") & _
"""" & Application.International(xlListSeparator) & _
"""" & Format(TempDate, "mm/dd/yy") & """" & ")")) & ")"
I'm using Excel XP and the problem ocurred on date Feb 19, 23, 25, 27 and
29, year 2004, it happened also on Feb 17, 2005. Those are the 2 months and
years I happened to click on by random. I love the program and would love to
know what I need to do to fix it.
Thanks
Andy
I downloaded the Excel calendar from your website, tried it and had problem,
the line causing the problem is
Range("StatusCell").Value = Format(TempDate, "mmm d, yyyy") _
& " " & Format(DayOfYear(TempDate), "##0") & _
NumberSuffix(DayOfYear(TempDate)) & " day of year." & _
" Days From Now: " & Format(DateDiff("d", Now(), TempDate),
"##,##0") & _
" (Workdays: " & _
Format(Evaluate("NETWORKDAYS(" & """" & Format(Now(),
"mm/dd/yy") & _
"""" & Application.International(xlListSeparator) & _
"""" & Format(TempDate, "mm/dd/yy") & """" & ")")) & ")"
I'm using Excel XP and the problem ocurred on date Feb 19, 23, 25, 27 and
29, year 2004, it happened also on Feb 17, 2005. Those are the 2 months and
years I happened to click on by random. I love the program and would love to
know what I need to do to fix it.
Thanks
Andy