
VBA task insert into an existing task list?
I'm trying to insert a new task into ( in between ) an existing list of
tasks.
This code:
activeproject.tasks.add("my new task")
Will always insert the task at the end of the list.
There is an additional parameter, [before], in the add method but I can't
find the documentation for the valid use of this parameter.
Is it possible to insert a task with VBA into the middle of an existing task
list?
Do I need an "absolute" row reference for the [before] parameter? If so how
do I get the current row in the task list?
Thanks,
Bruss Bowman