J
Joy
in our macro, we can export ms project to a csv file and send the file to the
server for further process.
now, we consider master project and its sub projects. we may have a project
that contain sub projects in it.
what we want to do is when creating csv file, ignore tasks inside a linked
project.
task1
task2
sub project
sub project task 1
sub project task 2
task3
task4
task1
task2
sub project
task4
task4
the question is how can I know that this is a sub project but not a task?? I
notice that in the indicators, it shows that it is an inserted task, how can
i check and get the info using macros??
another thing is, if the projects interlocked, how can i check that ??
should I use Predecessors field to see whether thr filed is integer or not??
thanks
server for further process.
now, we consider master project and its sub projects. we may have a project
that contain sub projects in it.
what we want to do is when creating csv file, ignore tasks inside a linked
project.
task1
task2
sub project
sub project task 1
sub project task 2
task3
task4
task1
task2
sub project
task4
task4
the question is how can I know that this is a sub project but not a task?? I
notice that in the indicators, it shows that it is an inserted task, how can
i check and get the info using macros??
another thing is, if the projects interlocked, how can i check that ??
should I use Predecessors field to see whether thr filed is integer or not??
thanks