C
Carlos G
We have a preliminary schedule that we want to add a higher level of
detail to. I'd like to break up a task into multiple tasks while
retaining the linkages for the start and end. For instance, I have 3
tasks all linked Finish to Start:
A->B->C
I'd like to split up task B, to result in
A->B1->B2->B3->C
Basically, create a new stair case for the 3 B tasks, while
remembering the original linkages of the B task.
Note that I'm NOT interested in the SPLIT function. I truly want to
make new tasks, but save myself the effort of having to manually
create the linkages.
Thanks!
Carlos
detail to. I'd like to break up a task into multiple tasks while
retaining the linkages for the start and end. For instance, I have 3
tasks all linked Finish to Start:
A->B->C
I'd like to split up task B, to result in
A->B1->B2->B3->C
Basically, create a new stair case for the 3 B tasks, while
remembering the original linkages of the B task.
Note that I'm NOT interested in the SPLIT function. I truly want to
make new tasks, but save myself the effort of having to manually
create the linkages.
Thanks!
Carlos