Some days ago (20/02/04), JackD answered this question :
In project 98 the only way to do this is with a bit of VBA code. In Project
2000 and later a calculated field would be effective.
This is the code that I would use.
sub setText5toDateDiff()
for each task in activeproject.tasks
task.Text5 = DateDiff("d", task.start, task.finish)
next task
end sub
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.