Syntax

expression.TemplateRemoveExtData

expression A variable that represents a Workbook object.

Example

This example saves the workbook as a template that contains no external data.

Visual Basic for Applications
With ThisWorkbook .TemplateRemoveExtData = True .SaveAs "current", xlTemplate .TemplateRemoveExtData = False End With
Clear out external references from saved template? Retain remote data links in template? Save workbook blueprint without referring to external information? template template remove ext data Template Remove Ext Data Property templateremove templateremoveext TemplateRemoveExtData TemplateRemoveExtData Property

See also: