R
Richard
Hi Experts,
I have the following line in my macro...
tMyTasks(lRowNum).Text10 = DurationFormat(tMyTasks(lRowNum).Duration, pjDays)
and it faithfully puts the duration in days into the Text10 field.
HOWEVER for tasks that have an elapsed duration set (eg 2ewks) it gives the
total number of normal days that fit this time, ie 2ewks X 7 days/wk *
24hours/day /8hours per shift =42 days
I would like to have Either:
the duration unit include "e" when it is an elapsed unit,
OR
just show the actual working days that the task occupies.
Any suggestions?
Alternatively, where does Project store the Duration type (unit?) that says
when a task is elapsed or normal?
I have the following line in my macro...
tMyTasks(lRowNum).Text10 = DurationFormat(tMyTasks(lRowNum).Duration, pjDays)
and it faithfully puts the duration in days into the Text10 field.
HOWEVER for tasks that have an elapsed duration set (eg 2ewks) it gives the
total number of normal days that fit this time, ie 2ewks X 7 days/wk *
24hours/day /8hours per shift =42 days
I would like to have Either:
the duration unit include "e" when it is an elapsed unit,
OR
just show the actual working days that the task occupies.
Any suggestions?
Alternatively, where does Project store the Duration type (unit?) that says
when a task is elapsed or normal?