ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Modify Find Code (https://www.excelbanter.com/excel-programming/271734-modify-find-code.html)

Al[_6_]

Modify Find Code
 
The following code finds Microsoft files which have been
modified today. I was wondering if it could be modified to
find Lotus files also which have been modified today.
Thanks in advance.

With Application.FileSearch
.NewSearch
.LookIn = "c:\reports"
.SearchSubFolders = False
.LastModified = msoLastModifiedToday
.Execute

Don Guillett[_4_]

Modify Find Code
 
..Filename = ".123" or whatever extension

--
Don Guillett
SalesAid Software
Granite Shoals, TX

"Al" wrote in message
...
The following code finds Microsoft files which have been
modified today. I was wondering if it could be modified to
find Lotus files also which have been modified today.
Thanks in advance.

With Application.FileSearch
.NewSearch
.LookIn = "c:\reports"
.SearchSubFolders = False
.LastModified = msoLastModifiedToday
.Execute





All times are GMT +1. The time now is 01:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com