FileConverter.CanOpen Property
Word Developer Reference |
True if the specified file converter is designed to open files. Read-only Boolean.
Syntax
expression.CanOpen
expression A variable that represents a FileConverter object.
Remarks
The CanSave property returns True if the specified file converter can be used to save (export) files.
Example
This example determines whether the first file converter is able to open files.
Visual Basic for Applications |
---|
|
This example determines whether the WordPerfect6x file converter can be used to open files. If the CanOpen property returns True, a document named "Test.wp" is opened.
Visual Basic for Applications |
---|
|
See Also