Replace custom field values with values from a version?

M

Matt Steele

Is it possible to transfer the custom field values from one project to
another using MSP 2003 Server's database?

I was looking for a way to read the code values from the one project
(.version) in the database and paste them in the other file (.published).

Thanks
 
R

Rod Gill

The safest way to do this is using VBA to open both projects, copy the
custom fields then save and publish the projects. This will work in 2007 as
well. Note 2007 does not have versions anymore, they've been replaced by
automated backup copies.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com
 
M

Matt Steele

Thanks Rod. I will do that. Thanks for the help.

Rod Gill said:
The safest way to do this is using VBA to open both projects, copy the
custom fields then save and publish the projects. This will work in 2007 as
well. Note 2007 does not have versions anymore, they've been replaced by
automated backup copies.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com
 
Top