SaveAsOldFileFormat Method
Applies To
Application object.
Description
In a host application such as Microsoft PowerPoint, saves a chart in the specified older file format.
Syntax
expression.FileImport(MajorVersion, MinorVersion)
expression Required. An expression that returns an Application object.
MajorVersion Optional Variant. Specifies the major version number of the file format you want to use.
MinorVersion Optional Variant. Specifies the minor version number of the file format you want to use.
Example
This example saves the chart in Microsoft Graph version 5.0 file format.
myChart.Application.SaveAsOldFileFormat MajorVersion:=5