Hi
I have made this msgbox to display the current Week number, but it
shows the wrong weekno.
Can anyone tell me why ?
msg = "WeekNumber : " & DatePart("WW", Date)
MsgBox msg
It shows weekno = 47 for the date 16 november 2005, but it should be
46.
best regards
Ronald
I have made this msgbox to display the current Week number, but it
shows the wrong weekno.
Can anyone tell me why ?
msg = "WeekNumber : " & DatePart("WW", Date)
MsgBox msg
It shows weekno = 47 for the date 16 november 2005, but it should be
46.
best regards
Ronald
Comment