Hi,
I am writing some code that is trying to determine how far through a season we are in a game we play.
For example:
13/11/2009 = week 1
20/11/2009 = week 2
The code below, sort of works:
Dim currentWeek As Long
Dim totalWeeks As Long
'We add 1 here as the datediff doesn't take into...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.