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 支持和反馈,获取有关如何接收支持和提供反馈的指南。