CoAuthoring.PendingUpdates property (Word)

Returns True if the document has pending updates that have not been accepted. Read-only.

Syntax

expression. PendingUpdates

expression An expression that returns a 'CoAuthoring' object.

Example

The following code example displays a message that indicates whether content updates are pending for the active document.

If ActiveDocument.CoAuthoring.PendingUpdates Then 
MsgBox "There are content updates pending." 
Else: MsgBox "There are no pending updates." 
End If

See also

CoAuthoring Object

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.