Application.Documents Property
Word Developer Reference |
Returns a Documents collection that represents all the open documents. Read-only.
Syntax
expression.Documents
expression A variable that represents an Application object.
Remarks
For information about returning a single member of a collection, see Returning an Object from a Collection.
Example
This example creates a new document based on the Normal template and then displays the Save As dialog box.
Visual Basic for Applications |
---|
|
This example saves open documents that have changed since they were last saved.
Visual Basic for Applications |
---|
|
This example prints each open document after setting the left and right margins to 0.5 inch.
Visual Basic for Applications |
---|
|
This example opens Doc.doc as a read-only document.
Visual Basic for Applications |
---|
|
See Also