hello to all
I am struggling to write a function that does the following...
Function NumOfWDinMonth(datDateIn As Date, intDayOfWeek As Integer) As Integer
If I input datDateIn = #September 25, 2010# and intDayOfWeek = 3, the output should be 4 (because there are 4 Tuesdays in September, 2010).
Thanks in advance for any help.
VickyC
I am struggling to write a function that does the following...
Function NumOfWDinMonth(datDateIn As Date, intDayOfWeek As Integer) As Integer
If I input datDateIn = #September 25, 2010# and intDayOfWeek = 3, the output should be 4 (because there are 4 Tuesdays in September, 2010).
Thanks in advance for any help.
VickyC