View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nde Nde is offline
external usenet poster
 
Posts: 16
Default Open MSProject file (published on server) from Excel

Hi,

I would like to open a project plan (published on MSProject Server) from
Excel.

I enabled the MS PRoject Librairy within Excel. I am able to open MSProject,
but just local not connected to the server.

I also tried to copy some code from MS Pro in Excel but it returns an error.

Code:
FileOpen Name:="<\12199 CLA53-1 DEVADS LMIC System Shutdown.Published"

Errror :
Project cannot open the file

My guess is that I should have the server information between or in place of
<. But I do not know the syntax.

Does anyone knows the syntax ?

Thanks.