Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello all, I'm needing to search txt files for specific txt. The delima i'm havin is one critieria is dynamic the other established. I have pasted th code below that is not working for me but should give you an idea o what i'm looking for. Dim usid as string With Application.FileSearch .NewSearch .LookIn = "\\txnt34\g-tx-virtual" .TextOrProperty = usid & "EQSERVICEMAC" Here is my problem are it does not see the string usid .MatchTextExactly = False .Filename = "*.txt" .Execute For i = 1 To .FoundFiles.Count If .FoundFiles.Count = 0 Then GoTo Wait Else Workbooks.Open .FoundFiles(i) Next i End Wit -- Michael Wis ----------------------------------------------------------------------- Michael Wise's Profile: http://www.excelforum.com/member.php...nfo&userid=699 View this thread: http://www.excelforum.com/showthread.php?threadid=26236 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If Function with multiple criteria | Excel Worksheet Functions | |||
Multiple results from multiple criteria using IF function | Excel Discussion (Misc queries) | |||
Multiple Sheet, Multiple Criteria Look-Up Function Help | Excel Worksheet Functions | |||
Are multiple filesearch objects allowed? | Excel Programming | |||
Multiple text criteria with FileSearch object? | Excel Programming |