Project Summary Task (Task Zero)

S

SimonC

Hi,

I'm looping through a project's tasks:
For each t in ProjData.Tasks
xxxx
Next t,
but the loop seems to omit the summary task.
How can I read that information?

Thanks
 
J

John

SimonC said:
Hi,

I'm looping through a project's tasks:
For each t in ProjData.Tasks
xxxx
Next t,
but the loop seems to omit the summary task.
How can I read that information?

Thanks

SImon,
That's because it is called the ProjectSummaryTask and it has its own
properties. Look in the Object Browser for detail syntax on how to get
those properties.

Hope this helps.

John
Project MVP
 
Top