Frank said:
Is it possible to extract a fully qualified task name into a single
line/record along with other fields such as:
Summary Task 1; Summary Task 2; Summary Task 3; Task Name; Resource;
Start Date
The article below gets you started on the VBA for this.
http://techrepublic.com.com/5100-6329_11-5030580.html
In your listing above it would provide you with
"Summary Task 3 | Task Name"
The Resource name and start date are pretty easy to add provided each
task only has one resource assigned. But the hard part will be getting
Summary Task 1 and 2 into it. for this you need a recursive function
that checks to see if the OutlineParent of a task also has an outline
parent and then runs again on that summary task to see if it also has
one, and so on and so on until it hits an outlineparent that does not
have a parent of its own. At that point you have 'hooks' into all the
summary tasks in the task's family tree and can construct your
concatenated string above.
So the good news is that I have given you some starting out code and a
description of what you need now. The bad news is that I dont have time
to wrtie it for you.

If you post a request to the project developer
group and ask really nicely maybe someone will help you with the
recursive function.
--
Brian Kennemer
microsoft consulting services
brian[period]kennemer[the "at" symbol]microsoft[period]com