How to Read the values of external successor tasks while in master

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
 
J

Jack Dahlgren

That is correct. You have to open the subproject and then find the task and
read the value from it.

-Jack Dahlgren
 

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