Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 758 Bytes

Excel.Workbook.SaveLinkValues.md

File metadata and controls

36 lines (22 loc) · 758 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.SaveLinkValues property (Excel)
vbaxl10.chm199148
vbaxl10.chm199148
Excel.Workbook.SaveLinkValues
ee69911f-5a4a-5c2b-c14a-cd562f3ba9f4
05/29/2019
medium

Workbook.SaveLinkValues property (Excel)

True if Microsoft Excel saves external link values with the workbook. Read/write Boolean.

Syntax

expression.SaveLinkValues

expression A variable that represents a Workbook object.

Example

This example causes Microsoft Excel to save external link values with the active workbook.

ActiveWorkbook.SaveLinkValues = True

[!includeSupport and feedback]