Document.IsMasterDocument Property
Word Developer Reference |
True if the specified document is a master document. Read-only Boolean.
Syntax
expression.IsMasterDocument
expression A variable that represents a Document object.
Remarks
A master document includes one or more subdocuments.
Example
If the active document is a master document, this example switches to master document view and opens the first subdocument.
Visual Basic for Applications |
---|
|
See Also