title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Workbook.UpdateRemoteReferences property (Excel) |
vbaxl10.chm199161 |
|
|
055c1a88-c189-ddd3-c9b2-9458817cec90 |
05/29/2019 |
medium |
True if Microsoft Excel updates remote references in the workbook. Read/write Boolean.
expression.UpdateRemoteReferences
expression A variable that represents a Workbook object.
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.
This example causes remote references to update automatically in the active workbook.
ActiveWorkbook.UpdateRemoteReferences = True
[!includeSupport and feedback]