S
slav
Hello,
I am using Project 2003 Pro.
I need to show a splitted line over a task in the gantt view.
I use Start1, Finish1 and Flag1 to define the beginning and ending of the
line:
ActiveProject.Tasks(x).Start1 = "1.FEB.2009"
ActiveProject.Tasks(x).Finish1 = "28.FEB.2009"
ActiveProject.Tasks(x).Flag1 = 1
The splits may be more than 10, so I am not able to use only the Startn,
Finishn fields.
In the gantt view I am adding additional bar style to show this additional
line.
I am able to split the line manualy (in many parts), but I didn't find the
way to do it in VBA.
Thanks in advance
I am using Project 2003 Pro.
I need to show a splitted line over a task in the gantt view.
I use Start1, Finish1 and Flag1 to define the beginning and ending of the
line:
ActiveProject.Tasks(x).Start1 = "1.FEB.2009"
ActiveProject.Tasks(x).Finish1 = "28.FEB.2009"
ActiveProject.Tasks(x).Flag1 = 1
The splits may be more than 10, so I am not able to use only the Startn,
Finishn fields.
In the gantt view I am adding additional bar style to show this additional
line.
I am able to split the line manualy (in many parts), but I didn't find the
way to do it in VBA.
Thanks in advance