Global.FileConverters Property
Word Developer Reference |
Returns a FileConverters collection that represents all the file converters available to Microsoft Office Word. Read-only.
Syntax
expression.FileConverters
expression A variable that represents a Global object.
Remarks
For information about returning a single member of a collection, see Returning an Object from a Collection.
Example
This example displays the path of the WordPerfect 5.0 file converter.
Visual Basic for Applications |
---|
|
This example displays a message that indicates whether the third converter in the FileConverters collection can save files.
Visual Basic for Applications |
---|
|
This example displays the name of the last file converter.
Visual Basic for Applications |
---|
|
See Also