SaveAsOldFileFormat Method

Microsoft Graph Visual Basic

SaveAsOldFileFormat Method

       

In a host application such as Microsoft PowerPoint, saves a chart in the specified older file format.

expression.SaveAsOldFileFormat(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