C
cemipalooza
Hi there,
I connect to project server 2007 with my ms project 200 pro with manually
controlling connection state and during logging in I deselect "load summary
resource assignments". Then I open my previously baselined project. I go to
resource usage view to see my resources baselinework hours. I see them for
each assignment but not in summary. The total baseline work is not summed up
for each week for instance, this field is empty. I understand this resource
might have other tasks on other projects that are not baselined yet but I
open the project without these other project tasks and assignments. Due to
this my script is not working:
Set tsvs = ActiveProject.Resources(Res).TimeScaleData( _
StartDate:=ActiveProject.ProjectSummaryTask.Start, _
EndDate:=ActiveProject.ProjectSummaryTask.Finish, _
Type:=pjResourceTimescaledBaselineWork, _
TimeScaleUnit:=pjTimescaleWeeks, Count:=1)
I connect to project server 2007 with my ms project 200 pro with manually
controlling connection state and during logging in I deselect "load summary
resource assignments". Then I open my previously baselined project. I go to
resource usage view to see my resources baselinework hours. I see them for
each assignment but not in summary. The total baseline work is not summed up
for each week for instance, this field is empty. I understand this resource
might have other tasks on other projects that are not baselined yet but I
open the project without these other project tasks and assignments. Due to
this my script is not working:
Set tsvs = ActiveProject.Resources(Res).TimeScaleData( _
StartDate:=ActiveProject.ProjectSummaryTask.Start, _
EndDate:=ActiveProject.ProjectSummaryTask.Finish, _
Type:=pjResourceTimescaledBaselineWork, _
TimeScaleUnit:=pjTimescaleWeeks, Count:=1)