how i can find with the PSI or (programing) the values of the baseline10start for each tasks?
M ma.benamor Apr 9, 2007 #1 how i can find with the PSI or (programing) the values of the baseline10start for each tasks?
J Jim Aksel Apr 9, 2007 #2 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
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