FileConverter.CanSave Property
Word Developer Reference |
True if the specified file converter is designed to save files. Read-only Boolean.
Syntax
expression.CanSave
expression A variable that represents a FileConverter object.
Remarks
The CanOpen property returns True if the specified file converter can be used to open (import) files.
Example
This example determines whether the WordPerfect converter can be used to save files. If the return value is True, the active document is saved in WordPerfect 6.x format.
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 |
---|
|
See Also