Document.IsSubdocument Property
Word Developer Reference |
True if the specified document is a subdocument of a master document. Read-only Boolean.
Syntax
expression.IsSubdocument
expression A variable that represents a Document object.
Example
This example determines whether Sales.doc is a subdocument and then displays a message indicating the status of Sales.doc.
Visual Basic for Applications |
---|
|
See Also