FileConverter.OpenFormat Property
Word Developer Reference |
Returns the file format of the specified file converter. Read-only Long.
Syntax
expression.OpenFormat
expression Required. A variable that represents a FileConverter object.
Remarks
This property can be any vailid WdOpenFormat constant, or it can be a unique number that represents an external file converter.
Example
This example displays the unique format value and the format name for the converters you can use to open documents.
Visual Basic for Applications |
---|
|
This example opens the file named "Data.wp" by using the WordPerfect 6x file converter.
Visual Basic for Applications |
---|
|
See Also