FileConverter.FormatName Property
Word Developer Reference |
Returns the name of the specified file converter. Read-only String.
Syntax
expression.FormatName
expression A variable that represents a FileConverter object.
Remarks
The format names appear in the Save as type box in the Save As dialog box (File menu).
Example
This example displays the format name of the first converter in the FileConverters collection.
Visual Basic for Applications |
---|
|
This example uses the AvailableConv() array to store the names of all the available file converters.
Visual Basic for Applications |
---|
|
See Also