I need to caluclate the number of business days using VB between two specific dates. I also need to subtract the holidays (US) and weekends. Also, if a holiday falls on a weekend and is observed on a monday, then that day could not be counted. For example:
The number of business days between july 1 and july 5 is 2, 1)fri july 1st and 2)tues july 5th. July 2nd, 3rd, and 4th do no count because of saturday, sunday, and independence day.
If aynone can give me a hand with this or at least get me moving in the right direction I would appreciate it. I am not real advanced with VB, but do have some knowledge. Thank you.
~Chris