How to save baseline using VBA ?

B

BJ

Hello All,
I am using Project server 2002.
I need to create a VB script to save baseline for the selected tasks.

Is there any procedure or function, that I can use to save baseline in
project or VBA (For subtasks into selected summary tasks) for the
selected tasks.

Regards.
 
M

Mark Durrenberger

Start by recording a macro to do what you need, then build from there.
Regards,
Mark


--
_________________________________________________________
Mark Durrenberger, PMP
Principal, Oak Associates, Inc, www.oakinc.com
"Advancing the Theory and Practice of Project Management"
________________________________________________________

The nicest thing about NOT planning is that failure
comes as a complete surprise and is not preceded by
a period of worry and depression.

- Sir John Harvey-Jones
 
B

BJ

Thanks mark, but is there any other way apart form recording a macro.
I mean any function or procedure?
 
M

Mark Durrenberger

Actually by recording the macro you'll see the function used to set a
baseline in the code created.

To save a baseline for a selection of tasks, you'd have to loop through the
selection and copy planned values to baseline values manually (I think).

Mark



--
_________________________________________________________
Mark Durrenberger, PMP
Principal, Oak Associates, Inc, www.oakinc.com
"Advancing the Theory and Practice of Project Management"
________________________________________________________

The nicest thing about NOT planning is that failure
comes as a complete surprise and is not preceded by
a period of worry and depression.

- Sir John Harvey-Jones
 

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