LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
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

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Searching several items from one document to another REBANEEDSTOKNOW Excel Worksheet Functions 3 July 25th 09 08:20 PM
Running mutiple excel sheets on mutiple computers Lost Excel Discussion (Misc queries) 3 January 16th 09 12:32 AM
Searching for different items B_cooper123[_2_] Excel Discussion (Misc queries) 1 April 23rd 08 04:29 PM
Opening mutiple files at once - WorkSpace Mark S New Users to Excel 3 February 14th 07 12:12 PM
How can I use replace(alt+H) for mutiple items needing replace Gery Excel Worksheet Functions 1 June 15th 05 05:51 PM


All times are GMT +1. The time now is 11:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"