¿ How? add sub- tasks to a Task

D

Diego

Friends, I Need to add subtareas to some tasks of my project.

I need its aid, I expect its answers

Thanks
 
J

John

Diego said:
Friends, I Need to add subtareas to some tasks of my project.

I need its aid, I expect its answers

Thanks

Diego,
What exactly are "subtareas"? If that's a Spanish term, I'm afraid
you'll have to translate.

Also, you posted to the developer newsgroup. Are you trying to do this
with VBA, PSI or some other automated process?

John
Project MVP
 
D

Diego

That is a macro and in which is occupied?

Pardon by the question but I am new in this type of development

Thanks....
 
J

John

Diego said:
That is a macro and in which is occupied?

Pardon by the question but I am new in this type of development

Thanks....
Diego,
I'm sorry but I don't understand your question. Could you explain it in
more detail.

John
Project MVP
 
J

Jan De Messemaeker

Hi,

In 2 words (but I imagine each answer may generate a new question)
- Insert a new task below the (future) summary task
Do it this way:
Set Nuevo=activeproject.tasks.add(before=...)
The figure to be equal to before is the ID of teh future summary task plus 1
then
Nuevo_Outlineindent

And repeat the process.

Hope this helps,
--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
+32 495 300 620
For availability check:
http://users.online.be/prom-ade/Calendar.pdf
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top