Opening and Saving Enterprise Projects

J

James

Hi,

Does anyone know of a way to open and save enterprise projects through VBA?
This is for Microsoft Project Server 2003.

Thanks

James
 
E

Ed Morrison

FileOpen ("<>\File Name.Published")

FileSave
or
FileSaveAs ("<>\File Name.Published")
 
Top