FileSearch.LastModified Property
Gets or sets a MsoLastModified constant that represents the amount of time since the specified file was last modified and saved. The default value is msoLastModifiedAnyTime. Read/write
Syntax
expression.LastModified
expression A variable that represents a FileSearch object.
Example
This example sets options for a file search. The files this search returns were modified yesterday and are located in the C:\My Documents folder or in one of its subfolders.
| Visual Basic for Applications |
|---|
|