S
slw
Hello,
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 o
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 th
Startn, Finishn fields.
In the gantt view I am adding additional bar style to show thi
additional line.
I am able to split the line manualy (in many parts), but I didn'
find the way to do it in VBA.
Thanks in advanc
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 o
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 th
Startn, Finishn fields.
In the gantt view I am adding additional bar style to show thi
additional line.
I am able to split the line manualy (in many parts), but I didn'
find the way to do it in VBA.
Thanks in advanc