Thread
:
compile error - expected an array
View Single Post
#
1
Posted to microsoft.public.excel.programming
John
external usenet poster
Posts: 2,069
compile error - expected an array
Here is the code and I am getting a compile error...
any ideas?
For a = Dates.Count To 0 Step -1
DTadj(a) = Application.WorksheetFunction.workday(Dates(a), 1,
Holidays) - Dates(a)
Next
Reply With Quote
John
View Public Profile
Find all posts by John