Hi Dot
haven't seen Chip's calendar but what's the bug?
Cheers
JulieD
> I want to be able to update the calendar with personal
> dates, have holidays show, be able to print it. A month at
[quoted text clipped - 5 lines]
> Thanks,
> Dot
What bug comes up? I use it in various applications etc
: I want to be able to update the calendar with personal
: dates, have holidays show, be able to print it. A month at
[quoted text clipped - 5 lines]
: Thanks,
: Dot
.When I open it, first it gives me the warning about
MACROS, which I "enable", then the debug windown comes up
with
Run-time error: 13
Type mismatch
Then when I debug, this part is highlighted
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") & """" &
")")) & ")"
Chip Pearson - 06 Oct 2004 18:50 GMT
What version of Excel are you using? The Calendar file works
fine for me.

Signature
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
> .When I open it, first it gives me the warning about
> MACROS, which I "enable", then the debug windown comes up
[quoted text clipped - 18 lines]
> """" & Format(TempDate, "mm/dd/yy") & """" &
> ")")) & ")"
Chip Pearson - 06 Oct 2004 19:08 GMT
You MUST have the Analysis Tool Pak addin loaded to use the
Calendar file. Go to the Tools menu, choose Add Ins, and put a
check next to the Analysis Tool Pak.

Signature
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
> .When I open it, first it gives me the warning about
> MACROS, which I "enable", then the debug windown comes up
[quoted text clipped - 18 lines]
> """" & Format(TempDate, "mm/dd/yy") & """" &
> ")")) & ")"
dotappleman@comcast.net - 06 Oct 2004 19:25 GMT
YES!!!
It worked. THanks a bunch.
Cheers,
Dot