Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.77 KB

Excel.FileExportConverters.md

File metadata and controls

53 lines (34 loc) · 1.77 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
FileExportConverters object (Excel)
vbaxl10.chm864072
vbaxl10.chm864072
Excel.FileExportConverters
f4b0500e-308a-42e7-a9eb-4a511b8ca754
03/29/2019
medium

FileExportConverters object (Excel)

A collection of FileExportConverter objects that represent all the file converters available for saving files.

Remarks

Use the FileExportConverters property of the Application object to return the FileExportConverters collection.

The Add method is not available for the FileExportConverters collection. FileExportConverter objects are added during installation of Microsoft Office or by installing supplemental converters.

Example

Use FileExportConverters (index), where index is an integer, to return a single FileExportConverter object. The following example displays the extensions associated with the second Microsoft Excel worksheet converter in the collection.

MsgBox FileExportConverters(2).Extensions

The index number represents the position of the file converter in the FileExportConverters collection. The following example displays the description for the first file converter in the collection.

MsgBox FileExportConverters(1).Description

Properties

See also

[!includeSupport and feedback]