Begins the search for the specified file(s). Returns a Long; zero (0) if no files are found, or a positive number if one or more files are found.
expression.Execute(SortBy, SortOrder, AlwaysAccurate)
expression Required. An expression that returns a FileSearch object.
| MsoSortBy can be one of these MsoSortBy constants. |
| msoSortByFileName default |
| msoSortByFileType |
| msoSortByLastModified |
| msoSortByNone |
| msoSortBySize |
| MsoSortOrder can be one of these MsoSortOrder constants. |
| msoSortOrderAscending default |
| msoSortOrderDescending |
AlwaysAccurate Optional Boolean. True to have the file search include files that have been added, modified, or deleted since the file index was last updated. The default value is True.