FileExportConverter.Description property (Excel)
Returns the description for the file converter. Read-only String.
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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.