Unassigned Time Scaled Values

G

Gilgamesh

Hello,
I'm using Project Pro 2003 and I have some VBA macros that extract time
scaled work data for each resource in the project.
However when I look at the Resource Usage View there is the Unassigned row
for tasks that do not have a resource assigned.

Is there any way of getting the time scaled data extracted using VBA for
these unassigned tasks (other than looping through all tasks and checking
them).

Thanks
 
R

Rod Gill

If a Task has work but no assignment, you can get time scaled data for the
Task. Obviously Tasks with no assignments have Task.Assignments.Count=0

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com
 
G

Gilgamesh

Rod Gill said:
If a Task has work but no assignment, you can get time scaled data for the
Task. Obviously Tasks with no assignments have Task.Assignments.Count=0

I had thought about looping through all the tasks but I was hoping that
their was a smarter way as I'm only after the time scaled data for the
summary of unassigned tasks (like seen in the Resource Usage view).
Thanks anyway
 

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