Excellent Excellent Excellent!
This routine worked perfectly. The only change I needed to make was to change the = to a <= in the
If fdt = DateAdd("d", dow + ((7 - dow) * 2), dst) Then statement.
This is because I am trying to capture all days before or on the second Saturday...
I am writing a program in which part of the requirements are to check if a date (input by user) is before or after the second Saturday of the current month. I pulled out my references for all the date functions and I'm pretty sure I will be able to figure it out using the Weekday, Datepart and...
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.