Sync members (Office)
The Sync property of the Document object in Microsoft Word, the Workbook object in Microsoft Excel, and the Presentation object in Microsoft PowerPoint returns a Sync object.
Methods
Name | Description |
---|---|
GetUpdate | Compares the local version of the shared document to the version on the server. |
OpenVersion | Opens a different version of the shared document alongside the currently open local version. |
PutUpdate | Updates the server copy of the shared document with the local copy. |
ResolveConflict | Resolves conflicts between the local and the server copies of a shared document. |
Unsuspend | Resumes synchronization between the local copy and the server copy of a shared document. |
Properties
Name | Description |
---|---|
Application | Gets an Application object that represents the container application for the Sync object (you can use this property with an Automation object to return that object's container application). Read-only. |
Creator | Gets a 32-bit integer that indicates the application in which the Sync object was created. Read-only. |
ErrorType | Gets a MsoSyncErrorType constant which indicates the type of the most recent document synchronization error. Read-only. |
LastSyncTime | Gets the date and time when the local copy of the active document was last synchronized with the server copy. Read-only. |
Parent | Gets the Parent object for the Sync object. Read-only. |
Status | Gets the status of the synchronization of the local copy of the active document with the server copy. Read-only. |
WorkspaceLastChangedBy | Displays the display name of the user who last saved changes to the server copy of a shared document. Read-only. |
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.