title | keywords | f1_keywords | api_name | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|
Workbook.AfterRemoteChange event (Excel) |
vbaxl10.chm504121 |
|
|
05/25/2019 |
medium |
Occurs after a remote user's edits to the workbook are merged.
expression.AfterRemoteChange
expression A variable that represents a Workbook object.
Nothing
This example notifies the user that there was an incoming remote change.
Private Sub Workbook_AfterRemoteChange()
'A remote user has made a change to this workbook and that change has been merged.
'The code in this subroutine will now be run.
End Sub
[!includeSupport and feedback]