Tischnoetentoet
Nov 25 2004, 02:37 AM
Hi all,
For a project that is working with weeks (not days), I need a calender control that only shows weeks.
I know I can get the current week by:
intWeekNumber = DatePart(ww, Date(), vbMonday, vbFirstFullWeek)
But now I need all of this in a calender control. Is this possible or not?
Thanks!
Jack Cowley
Nov 25 2004, 12:45 PM
It is possible but you will have to build the form from scratch as I am not aware of any calendars that show only weeks... There are some calendar controls in the archives here that you may be able to modify...
Jack
Tischnoetentoet
Nov 26 2004, 02:40 AM
ok, I'll check them out!
btw: you answered a lot of questions for me

Thanks for all of that!
Jack Cowley
Nov 26 2004, 12:37 PM
Good luck with the calendar and glad I have been able to help.
Jack