Syntax

expression.SaveHiddenData

expression A variable that represents a DefaultWebOptions object.

Remarks

If you choose not to save data outside of the specified range, references to that data in the formula are converted to static values. If the data is in another sheet or workbook, the result of the formula is saved as a static value.

Example

This example prevents hidden data from being saved with Web pages.

Visual Basic for Applications
Application.DefaultWebOptions.SaveHiddenData = False
save save hidden data Save Hidden Data Property savehidden SaveHiddenData SaveHiddenData Property

See also: