View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael Wise[_2_] Michael Wise[_2_] is offline
external usenet poster
 
Posts: 1
Default Searching for mutiple items in txt files

I am searching a virtual printer for txt files with specific informatio
in them. I would however like for it to search for today's date as on
of 3 criteria's. Current code below is what i'm using but I have no
found a solution to getting it to see the date. FYI the report wil
contain the date as such 16-AUG-04 in txt. Any help here?

With Application.FileSearch
.NewSearch
.LookIn = "X:"
.TextOrProperty = "U246984 PCE REPORT"
.MatchTextExactly = False
.Filename = "*.txt"
.Execut

--
Message posted from http://www.ExcelForum.com