RecentFile.Open Method
Word Developer Reference |
Opens the specified object. Returns a Document object representing the opened document.
Syntax
expression.Open
expression Required. A variable that represents a RecentFile object.
Return Value
Document
Example
This example opens each document in the RecentFiles collection.
Visual Basic for Applications |
---|
|
See Also