' Evaluate the number of business days between two dates' Example: Debug.WriteLine(BusinessDateDiff(#4/9/2003#, #4/25/2003#)) ' => 12Function BusinessDateDiff(ByVal startDate As Date, ByVal endDate As Date, _ Optional ByVal saturdayIsHoliday As Boolean = True) As Integer Dim incr As Integer ' incr can be +1 or -1 If startDate < endDate Then incr = 1 Else incr = -1 Do Until startDate = endDate ' skip to previous or next day startDate = startDate.AddDays(incr) If startDate.DayOfWeek <> DayOfWeek.Sunday AndAlso (startDate.DayOfWeek _ <> DayOfWeek.Saturday Or Not saturdayIsHoliday) Then ' if it's a weekday add/subtract one to the result BusinessDateDiff += incr End If Loop ' when the loop is exited the function name contains the correct result ' End Function



Top 5 B2B SaaS Marketing Agencies for 2023
In recent years, the software-as-a-service (SaaS) sector has experienced exponential growth as more and more companies choose cloud-based solutions. Any SaaS company hoping to stay ahead of the curve in this quickly changing industry needs to invest in effective marketing. So selecting the best marketing agency can mean the difference