S
ST
Hi folks, I need you help...I'm am trying to figure out how to read the
field(s) of a successor task which happens to be an external task within a
subproject of my active master project.
Using the following, I am only able to access the path and line number from
the successor field:
ActiveCell.Task.SuccessorTasks(Number_of_Successor).Project
BUT, I can not figure out how to eloquently look up its data (such as
number19) belonging to the external successor task because Project does not
seem to transcribe external task data in the subproject. It would seem that
I have to locate the external task in its repective project to access read
all its data.
/Spiro Theopoulos
field(s) of a successor task which happens to be an external task within a
subproject of my active master project.
Using the following, I am only able to access the path and line number from
the successor field:
ActiveCell.Task.SuccessorTasks(Number_of_Successor).Project
BUT, I can not figure out how to eloquently look up its data (such as
number19) belonging to the external successor task because Project does not
seem to transcribe external task data in the subproject. It would seem that
I have to locate the external task in its repective project to access read
all its data.
/Spiro Theopoulos