Workbook.BeforeRemoteChange 事件 (Excel)

在合併遠端使用者對活頁簿的編輯前發生。

語法

運算式BeforeRemoteChange

表達 代表 Workbook 物件的 變數。

傳回值

Nothing

範例

此範例會通知使用者有傳入的遠端變更。

Private Sub Workbook_BeforeRemoteChange()
    'A remote user has made a change to this workbook.
    'The code in this subroutine will be run before those changes are merged.
End Sub

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應