Manipulating data in Project 2000/2002 .mpp files

D

Da. Brown

Hello all,

This is my first post and I am trying to find out if it is possible to
change data in Project mpp files programmatically from another application?
Also if I change task data do the changes propagate through the project for
related tasks as they would if the data was changed from with in Project?

Any suggestions would be helpful.
 
J

Jan De Messemaeker

Hi,

VBA allows you to access all Project objects.
You will have to crerate the MS project application as an object. From there
on you access everything you need.
And of course, changed data propagate just the way hand-changed data do.
HTH
 
D

Da. Brown

Thanks

Jan De Messemaeker said:
Hi,

VBA allows you to access all Project objects.
You will have to crerate the MS project application as an object. From there
on you access everything you need.
And of course, changed data propagate just the way hand-changed data do.
HTH

--
Jan De Messemaeker
Microsoft Project MVP
+32 495 300 620
http://users.online.be/prom-ade
 

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