Trying to access Project Server information from Excel

M

Moses Bunting

I am trying to write a little VBA macro that will open each published project
on the server, one at a time, and loop through the tasks and assignments.

The only piece that I'm missing is how to actually get access to the
project. Whenever I use the FileOpen method, Project give me an error that
I'm trying to access a project on the server, but I haven't logged on.

How do I establish a connection for the Project Server account that will
allow me to open the projects?
 
R

Rod Gill

If you just want to read data, try creating Views in SQL server based on the
MSP_VIEW tables then read directly from them using DAO or OLEDB recordsets.
 

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