J
jmeade
I need to create a macro that calculates the total cost of a series o
tasks for an MS Project file. The existing cost report is not flexibl
enough.
I am using a form to enter a range of task IDs for the project.
created a for-loop that cycles through each task. However, I can no
figure out how a task and it's properties tie together with resource
and their properties (name, hourly rate, etc.). Does this work simila
to a join in SQL where unique IDs link one table to another?
I can't seem to figure this out. Any help would be appreciated
tasks for an MS Project file. The existing cost report is not flexibl
enough.
I am using a form to enter a range of task IDs for the project.
created a for-loop that cycles through each task. However, I can no
figure out how a task and it's properties tie together with resource
and their properties (name, hourly rate, etc.). Does this work simila
to a join in SQL where unique IDs link one table to another?
I can't seem to figure this out. Any help would be appreciated