Recent content by whatdafaq

  1. W

    Adding working days to a date

    Here is my custom workday function as an alternative... Public Function WorkDay(ByVal start_date As Date, ByVal days As Long, Optional ByVal weekend As Integer = 0, Optional ByVal holidays As Boolean = False) As Date ' Custom WorkDay calculation function like MS Excel's Workday.Intl() ' '...
Top Bottom