opening msproject file in project server

S

Satya

Hi

I want to open and read a msproject file using the project server objects.
Is that possible. I don't want to use msproject interop.

Thanks in advance
Satya
 
C

Chak

Hi Satya,

Option 1: You can do this by VBA. I am not sure which information you
want to read, you can refer this macro to get some idea on how to
open multiple files. This macro code applicable to MS Project 2003/
Project Server 2003.

http://www.epmcentral.com/pjadmin/vbasavefiles.php

Option 2: You can use API to read the project info on Project Server
2003/2007

If you are using MS Project Server 2003, you can use PDS

If you are using MS Project Server 2007, you can use PSI

Thanks
Chak
http://www.epmcentral.com
 
Top