Projects object for non-open projects?

C

Conrad Santiago

We are using MS Project Server. The object, Projects, only applies to open
projects. Is there a similar object for server projects not open?

Ultimately, I want to create a macro that opens multiple server projects,
however, I want it to check if the project has been checked-out before the
macro attempts to open it. Any tips on how to do this would be appreciated.
 
R

Rod Gill

Hi,

You need to use either PDS to talk to Project Server or directly interrogate
SQL Server to find that information. There is no Projects collection for
closed projects.
 
Top