S
SpaceCamel
How do you reference a new task created with the insertRow method?
With ActiveProject.Tasks(tID)
I get undefined.
With ActiveProject.Tasks(tID)
I get undefined.
SpaceCamel said:How do you reference a new task created with the insertRow method?
With ActiveProject.Tasks(tID)
I get undefined.
SpaceCamel said:Thanks for your replys. I did find the Tasks.add method and it worked. But
since I needed to repeat the fields from the previous task I ended up using
the "EditCopy" & "EditPaste" methods. This worked but I have to show/expand
all Tasks to the the row numbers to work right.
Do you happen to know a way to copy a task without having to use
"EditCopy/Paste". I don't like have to expand all the tasks.
What the macro does is split a task into two tasks, maintaining fields and
links.