Extensions Property
Applies To
FileConverter object.
Description
Returns the file name extensions associated with the specified FileConverter object. Read-only String.
See Also
FormatName property, SaveFormat property.
Example
This example displays the name and file name extensions for first file converter.
Set aConverter = FileConverters(1)
MsgBox "The file extensions for " & aConverter.FormatName & _
" files are: " & aConverter.Extensions