Subdocument.HasFile Property
Word Developer Reference |
True if the specified subdocument has been saved to a file. Read-only Boolean.
Syntax
expression.HasFile
expression A variable that represents a Subdocument object.
Example
This example displays the file name of each subdocument in the active document. The example also displays a message for each subdocument that has not been saved.
Visual Basic for Applications |
---|
|
See Also