I seem to be lost on how to include public holidays in Network Days International VBA function? The below code works fine if no public holidays are involved but if I have some public holidays in a month how do I correct the below code?
Cells(a, 85).Value2 = Abs(WorksheetFunction.NetworkDays_Intl(.Cells(a, 72), .Cells(a, 68), 11)) - 1
Cells(a, 85).Value2 = Abs(WorksheetFunction.NetworkDays_Intl(.Cells(a, 72), .Cells(a, 68), 11)) - 1