inserting recurring tasks with VBA

T

tampoera

How to get a recurring task using VBA without the dialog ?

Inserting a task is no problem, but how to transform it into a recurring one
or just insert a recurring task ?

The recurring prop is readonly, and recording a macro just gives the code to
show a dialog. Searching in the objectmodel using involved objectnames, props
etc (recurring period, duration) does not give a clue.

Thanks in advance,
rgds
 
J

John

tampoera said:
How to get a recurring task using VBA without the dialog ?

Inserting a task is no problem, but how to transform it into a recurring one
or just insert a recurring task ?

The recurring prop is readonly, and recording a macro just gives the code to
show a dialog. Searching in the objectmodel using involved objectnames, props
etc (recurring period, duration) does not give a clue.

Thanks in advance,
rgds

tampoera,
It sounds like you've already searched the Project object model to no
avail. Some functions in Project are simply not available through VBA
and this is one of those cases. Your best bet is to create the recurring
task by inserting multiple normal tasks to emulate the recurring
structure.

John
Project MVP
 

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