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
 

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.

Ask a Question

Top