Share via


Workbook.SaveLinkValues Property (Excel)

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

Syntax

.SaveLinkValues

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

참고 항목

개념

Workbook Object

Workbook Object Members