Accessing Project list collection with VBA?

U

Ugur KARATAS

Hi All,

I need to collection of projects with using VBA, which resides on Project
Server.

I can open Project Open Dialog only but i need the collection for my custom
project guide.
 
R

Rod Gill

Hi,

Try searching msdn.microsoft.com for info on PDS for Project Server. This is
the best way to interrogate Project Server as it will automatically only
return the projects the logged on user is entitled to see. Failing that,
read the MSP_View tables for a list directly from SQL Server. These tables
are updated every time a project is published.

--
Rod Gill
Project MVP
For Microsoft Project companion projects, best practices and Project VBA
development services
visit www.projectlearning.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top