Export Method

         Example         Applies To

Exports the chart in a graphic format.

Syntax

expression.Export(FileName, FilterName, Interactive)

expression   Required. An expression that returns a Chart object.

FileName   Required String. The name of the exported file.

FilterName   Optional Variant. The language-independent name of the graphic filter as it appears in the registry.

Interactive   Optional Variant. True to display the dialog box that contains the filter-specific options. If this argument is False, Microsoft Excel uses the default values for the filter. The default value is False.