Thread
:
Plz help :)
View Single Post
#
1
Posted to microsoft.public.excel.programming
John
external usenet poster
Posts: 2,069
Plz help :)
For i = Dates.Count To 1 Step -1
DTadj(i) = (Application.Run.WORKDAY(Dates(i), 1, Holidays)) - Dates(i)
Next
why doesn't workday function run?
Reply With Quote
John
View Public Profile
Find all posts by John