George J
Well-known Member
- Joined
- Feb 15, 2002
- Messages
- 959
Can anyone tell me what i am doing wrong?
I have checked that i have the analysis toolpack activated, and also the vba extensibility library.
What am i missing??
thanks
George
Code:
Dim vardue As Date
Dim varstart As Date
vardue = Cells(i, 7)
varstart = workday(vardue, -3)
What am i missing??
thanks
George