SaveLinkValues Property [Excel 2003 VBA Language Reference]

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

Example

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

ActiveWorkbook.SaveLinkValues = True

Applies to | Workbook Object