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

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.