Evento Workbook.AfterRemoteChange (Excel)
Se produce cuando se combinan las ediciones de un usuario remoto en el libro.
Sintaxis
expresión. AfterRemoteChange
Expresión Variable que representa un objeto Workbook .
Valor devuelto
Nothing
Ejemplo:
En este ejemplo se notifica al usuario que se produjo un cambio remoto entrante.
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
Soporte técnico y comentarios
¿Tiene preguntas o comentarios sobre VBA para Office o esta documentación? Vea Soporte técnico y comentarios sobre VBA para Office para obtener ayuda sobre las formas en las que puede recibir soporte técnico y enviar comentarios.