A
Adam Schmidt
Hi All
I am writing a utility macro that would lead me step by step through the critical path, by jumping to a critical predecessor of a given task. It is easy to find a critical predecessor, but how should I "go to" the task, having its subproject file name and name or ID? There are no methods to select a task by a name, only a row by its number
How can I get something similar to
Dim proj as Projec
Dim t as Tas
'... Set the proj to somethin
'... Set the t to the critical one out of the PredecessorTasks of the "previous task
proj.SelectTask Task:=
'...o
proj.SelectTaskID TaskID:=t.I
'??
Thanks
Ada
proj.Find
I am writing a utility macro that would lead me step by step through the critical path, by jumping to a critical predecessor of a given task. It is easy to find a critical predecessor, but how should I "go to" the task, having its subproject file name and name or ID? There are no methods to select a task by a name, only a row by its number
How can I get something similar to
Dim proj as Projec
Dim t as Tas
'... Set the proj to somethin
'... Set the t to the critical one out of the PredecessorTasks of the "previous task
proj.SelectTask Task:=
'...o
proj.SelectTaskID TaskID:=t.I
'??
Thanks
Ada
proj.Find