MsoSyncEventType enumeration (Office)

Specifies the return value of a Sync event. In Microsoft Word, used with the Sync event of the Document object or the DocumentSync event of the Application object. In Microsoft Excel, used with the Sync event of the Workbook object or the WorkbookSync event of the Application object. In Microsoft PowerPoint, used with the PresentationSync event of the Application object.

Note

Beginning with Microsoft Office 2010, this object or member has been deprecated and should not be used.

Name Value Description
msoSyncEventDownloadFailed 2 Download failed.
msoSyncEventDownloadInitiated 0 Download initiated.
msoSyncEventDownloadNoChange 6 No change detected.
msoSyncEventDownloadSucceeded 1 Download succeeded.
msoSyncEventOffline 7 Offline.
msoSyncEventUploadFailed 5 Upload failed.
msoSyncEventUploadInitiated 3 Upload initiated.
msoSyncEventUploadSucceeded 4 Upload succeeded.

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.