Modify Find Code

  • Thread starter Thread starter Al
  • Start date Start date
A

Al

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top