AutoUpdateSaveChanges Property
Applies To
Workbook object.
Description
True if current changes to the shared workbook are posted to other users whenever the workbook is automatically updated. False if changes aren't posted (this workbook is still synchronized with changes made by other users). The default value is True. Read/write Boolean.
Remarks
The AutoUpdateFrequency property must be set to a value from 5 to 1440 for this property to take effect.
See Also
AutoUpdateFrequency property.
Example
This example causes changes to the shared workbook to be posted to other users whenever the workbook is automatically updated.
ActiveWorkbook.AutoUpdateSaveChanges = True