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.

Re: Manipulating data in Project 2000/2002 .mpp files by Jan

Jan
Thu May 12 10:40:29 CDT 2005

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
"Da. Brown" <Da. Brown@discussions.microsoft.com> wrote in message
news:707FFC18-3477-46FA-A0B6-E0109C2D2C6D@microsoft.com...
> 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.



Re: Manipulating data in Project 2000/2002 .mpp files by Da

Da
Thu May 12 12:34:01 CDT 2005

Thanks

"Jan De Messemaeker" wrote:

> 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
> "Da. Brown" <Da. Brown@discussions.microsoft.com> wrote in message
> news:707FFC18-3477-46FA-A0B6-E0109C2D2C6D@microsoft.com...
> > 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.
>
>
>