H
Henry Sundancer
I am using Project Standard 2003. I'm writing a function to go through
my tasks and for those with a deadline, see if the finish date is
after the deadline. I am having trouble testing for NA deadline
values.
I was told to use:
if task.deadline = ProjDateValue("NA") then
'this task has no deadline
end if
But I am getting a Compiler Error: "Sub or Function not defined" and
ProjDateValue is highlighted.
Help!!
my tasks and for those with a deadline, see if the finish date is
after the deadline. I am having trouble testing for NA deadline
values.
I was told to use:
if task.deadline = ProjDateValue("NA") then
'this task has no deadline
end if
But I am getting a Compiler Error: "Sub or Function not defined" and
ProjDateValue is highlighted.
Help!!