Workbook.SaveLinkValues Property

Excel Developer Reference

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.

Visual Basic for Applications
  ActiveWorkbook.SaveLinkValues = True

See Also