Hi Walt,
I'm not sure what is causing the error but I assume you are not trying VBA
but just a straight custom field with the ProjDateAdd function. If you
could post the formula that you have entered and the fields you are using,
that may help us help you better.
In the meantime, see if the follow info helps.
In the Date1 field I have entered the following formula:
ProjDateAdd([Start],[Duration1])
I have entered a duration that I want to add to the Start date of the tasks
in the Duration1 field.
Start Date: 10 Oct 2005 8:00 am
Duration1: 2 days -- day is defined as 8 hours
Date1 (result of function) 11 Oct 2005 5:00 PM
Hope this helps. Let us know how you get along.
Julie
Walt said:
I have been trying to make the built in function
"ProjDateAdd(Date,duration,calendar) work and all I get is "#error". Is
there
examples of these built in function being used that actually work
somewhere?