What would be the best way to determine:
1-The number of Mondays in a given year?
2-The number of Mondays in a given month?
3-The number of weekends in a given year
4. The number of weekends in a given Month
I am looking to use a different function for each of these, passing the day (such as Monday or Tuesday), the year, and the month.
The function I can write myself. Just need a good logic for doing this and the proper use of VB functions.
1-The number of Mondays in a given year?
2-The number of Mondays in a given month?
3-The number of weekends in a given year
4. The number of weekends in a given Month
I am looking to use a different function for each of these, passing the day (such as Monday or Tuesday), the year, and the month.
The function I can write myself. Just need a good logic for doing this and the proper use of VB functions.