How to open a Project from Project server

A

adam

Hi please could someone show me how to open a project file programmatically
from project server.

The only method I see is the Application.FileOpen method

can this be used with files from Project server

if so can someone provide an example of the syntax

many thx in advance


adam
 
R

Rod Gill

Hi,

Record a macro of you opening a project from Project Server. This will give
you the full syntax.
 
A

adam

Hi rod thx

must have not screwed on my head

for other folk the syntax is

FileOpen Name:="planx.Published"
 
R

Rod Gill

Hi,

There usually needs to be <>\ as well as in:

FileOpen Name:="<>\planx.Published"

Without the brackets, Project would look for a file called
planx.Published.mpp The leading angle brackets are what denotes a project
from Project Server.
 

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