FileExportConverters Collection
Office 2010
A collection of FileExportConverter objects that represent all the file converters available for saving files.
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 FileExportConvters(1).Description