Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.64 KB

Excel.FileExportConverter.md

File metadata and controls

52 lines (34 loc) · 1.64 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
FileExportConverter object (Excel)
vbaxl10.chm862072
vbaxl10.chm862072
Excel.FileExportConverter
299f018e-0dfa-c101-7538-4a285918ac20
03/29/2019
medium

FileExportConverter object (Excel)

Represents a file converter that is used to save files.

Remarks

You cannot create a new file converter or add one to the FileExportConverters collection. FileExportConverter objects are added during installation of Microsoft Office or by installing supplemental file 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]