Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
..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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Modify code | Excel Discussion (Misc queries) | |||
modify a line code | Excel Discussion (Misc queries) | |||
Modify Code | Excel Worksheet Functions | |||
How to modify the code for different type of input? | Excel Worksheet Functions | |||
Need HELP to modify code (need more automation) | Excel Programming |