title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Workbook.SaveLinkValues property (Excel) |
vbaxl10.chm199148 |
|
|
ee69911f-5a4a-5c2b-c14a-cd562f3ba9f4 |
05/29/2019 |
medium |
True if Microsoft Excel saves external link values with the workbook. Read/write Boolean.
expression.SaveLinkValues
expression A variable that represents a Workbook object.
This example causes Microsoft Excel to save external link values with the active workbook.
ActiveWorkbook.SaveLinkValues = True
[!includeSupport and feedback]