splitted line over a task

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
 
G

glenATmvps.org

Hi? ,

For vba help, try posting on the microsoft.public.project.developer
newsgroup (forum). Please see FAQ Item: 24. Project Newsgroups. FAQs,
companion products and other useful Project information can be seen at
this web address: http://project.mvps.org/faqs.htm

Mike Glen
Project MVP
 

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