C
Curmudgeon
I have a Proj07 mpp in which the top level summary has ID = 0. When I
work with the file in code, this task does not show up. In particular,
the code
....
For Each T In ActiveProject.Tasks
Debug.Print T.ID & " " & T.Name
Next T
....
returns "1 High Level Milestones" as the first record, rather than "0
Transition Project Plan". Does anybody know why this might be
happening?
work with the file in code, this task does not show up. In particular,
the code
....
For Each T In ActiveProject.Tasks
Debug.Print T.ID & " " & T.Name
Next T
....
returns "1 High Level Milestones" as the first record, rather than "0
Transition Project Plan". Does anybody know why this might be
happening?