Application.FileExportConverters Property (Excel)
Office 2013
Published: July 16, 2012
Returns a FileExportConverters collection that represents all the file converters for saving files available to Microsoft Excel. Read-only.
For more information about returning a single member of a collection, see Returning an Object from a Collection.
The following example displays the description for the first file converter in the FileExportConverters collection.
Dim fcTemp As FileExportConverter Set fcTemp = FileExportConverter(1) MsgBox fcTemp.Description