FileConverter.Extensions property (Word)

Returns the file name extensions associated with the specified FileConverter object. Read-only String.

Syntax

expression.Extensions

expression A variable that represents a 'FileConverter' object.

Example

This example displays the name and file name extensions for first file converter.

Dim fcTemp As FileConverter 
 
Set fcTemp = FileConverters(1) 
MsgBox "The file name extensions for " & fcTemp.FormatName _ 
 & " files are: " & fcTemp.Extensions

See also

FileConverter Object

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.