Application.SaveForSharing method (Project)
Saves a local copy of the active project for sharing, to make changes and then merge with the Project Server copy.
Syntax
expression. SaveForSharing
( _FileName_
)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
FileName | Optional | Variant | Full path and the name of the project file saved for sharing. |
Return value
Boolean
Remarks
The SaveForSharing method is available in Project Professional only. The original project on Project Server is marked as saved for sharing. The local copy of the project file can be modified and the changes merged with the original Project Server copy when you use the Save As command or the FileSaveAs method. If you try to reopen the Project Server copy before merging the local copy, Project Server disables sharing and prevents merging changes from the shared copy to the server.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.