Dear friends,
i am stucked under this place where i need to refer a list of holiday in different sheet(same workbook), how can i link that with my holiday list?
How should i link my "Holiday" to list of holiday let say in column A at sheet 2?
ElseIf StartDate <> 0 And EndDate <> 0 And RejectedDate = 0 And ResubmittedDate = 0 Then
Cells(a, "W") = Application.WorksheetFunction.NetworkDays(StartDate, EndDate,Holiday)
Thanks a lot.
i am stucked under this place where i need to refer a list of holiday in different sheet(same workbook), how can i link that with my holiday list?
How should i link my "Holiday" to list of holiday let say in column A at sheet 2?
ElseIf StartDate <> 0 And EndDate <> 0 And RejectedDate = 0 And ResubmittedDate = 0 Then
Cells(a, "W") = Application.WorksheetFunction.NetworkDays(StartDate, EndDate,Holiday)
Thanks a lot.