Application.FileLoadLast Method
Project Developer Reference |
Opens one of the last nine most recently used files.
Syntax
expression.FileLoadLast(Number)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Number | Optional | Integer | A number from 1 to 9 that specifies which of the nine most recently used files to open. |
Return Value
Boolean
Example
The following example opens the nine most recently used files. It assumes the "Recently Used File List" option has been selected.
Visual Basic for Applications |
---|
|
See Also