G
greg
Hello,
I am confused on how Project calculates work.
i create 2 tasks. Adding them both 20 hrs of work. Not duration.
Task1 has 2 resources. Each at 100%
Task2 has 1 resource at 100%.
Now I perform:
task1TotalWork = MSProject.ActiveProject.Tasks(1).Work
task1WorkResource1 = MSProject.ActiveProject.Tasks(1).Resources(1).Work
task1WorkResource2 = MSProject.ActiveProject.Tasks(1).Resources(2).Work
task2TotalWork = MSProject.ActiveProject.Tasks(2).Work
task2WorkResource1 = MSProject.ActiveProject.Tasks(2).Resources(1).Work
After running
task1TotalWork = 1200
task1WorkResource1 = 1800
task1WorkResource2 = 600
task2TotalWork = 1200
task2WorkResource1 = 1800
the only ones that make sense are the 1200. (20 hrs * 60)
and maybe the 600. 2 users. 1200 / 2
but why is it calculating the others the way they are?
thanks
I am confused on how Project calculates work.
i create 2 tasks. Adding them both 20 hrs of work. Not duration.
Task1 has 2 resources. Each at 100%
Task2 has 1 resource at 100%.
Now I perform:
task1TotalWork = MSProject.ActiveProject.Tasks(1).Work
task1WorkResource1 = MSProject.ActiveProject.Tasks(1).Resources(1).Work
task1WorkResource2 = MSProject.ActiveProject.Tasks(1).Resources(2).Work
task2TotalWork = MSProject.ActiveProject.Tasks(2).Work
task2WorkResource1 = MSProject.ActiveProject.Tasks(2).Resources(1).Work
After running
task1TotalWork = 1200
task1WorkResource1 = 1800
task1WorkResource2 = 600
task2TotalWork = 1200
task2WorkResource1 = 1800
the only ones that make sense are the 1200. (20 hrs * 60)
and maybe the 600. 2 users. 1200 / 2
but why is it calculating the others the way they are?
thanks