FileExportConverter.Description Property (Excel)
Returns the description for the file converter. Read-only String.
Version Information
Version Added: Excel 2007
Syntax
expression .Description
expression A variable that represents a FileExportConverter object.
Example
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