Y
Yoav
Hello,
I've tried to use SplitParts object for tasks. It works just great for, but
when I try to analyze the SplitParts of baselines - let's just say that I
don't know how to access it...
This is my basic code:
Dim t As Task
Dim sp As SplitPart
For Each t In ActiveProject.Tasks
For Each sp In t.SplitParts
.....
Next sp
Next t
An important remark: as far as the Gantt chart - I can add to the Bar-Styles
splits for baselines.
Does anyone have an answer?
Thanks,
Yoav
I've tried to use SplitParts object for tasks. It works just great for, but
when I try to analyze the SplitParts of baselines - let's just say that I
don't know how to access it...
This is my basic code:
Dim t As Task
Dim sp As SplitPart
For Each t In ActiveProject.Tasks
For Each sp In t.SplitParts
.....
Next sp
Next t
An important remark: as far as the Gantt chart - I can add to the Bar-Styles
splits for baselines.
Does anyone have an answer?
Thanks,
Yoav