S
Sam
Hi,
I have to add tasks in an existing project, using vba. I have the parent
WBS outline code for the task.
For example I have a new task call "task1". My WBS structure is:
1. taskx
1.1 aa
1.2 bb
2. tasky
task1's parent WBS code is "1". I want my code to add my new task at 1.3.
How could I do this? I tried:
atask.OutlineChildren.add(task1)
but that doesn't work, it adds my task at the end.
Any ideas?
I have to add tasks in an existing project, using vba. I have the parent
WBS outline code for the task.
For example I have a new task call "task1". My WBS structure is:
1. taskx
1.1 aa
1.2 bb
2. tasky
task1's parent WBS code is "1". I want my code to add my new task at 1.3.
How could I do this? I tried:
atask.OutlineChildren.add(task1)
but that doesn't work, it adds my task at the end.
Any ideas?