Create a MPP using PSI (2007)

C

Cutter

Hello,
is there a way to create a mpp file from a project using PSI.
I have to create some kind of versioning that creates a mpp on every publish.

Thank you very mutch for your help.

Cutter
 
C

Cutter

But this will create one in the database. I need a method to create a mpp
file from a project that is in the database.


Cutter
 
J

Jack Dahlgren

Try: FileSaveAs Name:="C:\Users\yourname\Documents\Project1.mpp",
FormatID:="MSProject.MPP" triggered off the "beforepublish" event.

-Jack Dahlgren
 
Top