where is the valus of baseline10

M

ma.benamor

how i can find with the PSI or (programing) the values of the
baseline10start for each tasks?
 
J

Jim Aksel

Programatically:
Dim d As Date
Dim t As Task
For Each t In ActiveProject.Tasks
d = t.Baseline10Start
'Code as you wish
Next t
--
If this post was helpful, please consider rating it.

Jim
It''s software; it''s not allowed to win.

Visit http://project.mvps.org/ for FAQs and more information
about Microsoft Project
 
Top