Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.06 KB

Excel.Workbook.UpdateRemoteReferences.md

File metadata and controls

42 lines (24 loc) · 1.06 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.UpdateRemoteReferences property (Excel)
vbaxl10.chm199161
vbaxl10.chm199161
Excel.Workbook.UpdateRemoteReferences
055c1a88-c189-ddd3-c9b2-9458817cec90
05/29/2019
medium

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

[!includeSupport and feedback]