Workbook.UpdateRemoteReferences property (Excel)
True if Microsoft Excel updates remote references in the workbook. Read/write Boolean.
Syntax
expression.UpdateRemoteReferences
expression A variable that represents a Workbook object.
Remarks
When a new workbook is created, the default value for the UpdateRemoteReferences property is True and dynamic data exchange (DDE) links and OLE links update automatically. If the value is False, DDE links and OLE links don't update automatically or during recalculation.
Example
This example causes remote references to update automatically in the active workbook.
ActiveWorkbook.UpdateRemoteReferences = True
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.