SplitParts for baselines

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
 

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