View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default 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