F
Fred
Dim MyDate, MyWeekDay
MyDate = #February 12, 1969# ' Assign a date.
MyWeekDay = Weekday(MyDate) ' MyWeekDay contains 4 because
' MyDate represents a Wednesday.
I did a help search for WeekDay and got the above example.
Why does the weekday say type mismatch when I point to it?
It looks like the weekday function is not working in office
2003?
MyDate = #February 12, 1969# ' Assign a date.
MyWeekDay = Weekday(MyDate) ' MyWeekDay contains 4 because
' MyDate represents a Wednesday.
I did a help search for WeekDay and got the above example.
Why does the weekday say type mismatch when I point to it?
It looks like the weekday function is not working in office
2003?