Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to run to filesearch objects at the same
time? I tried a filesearch within a filesearch, using a "for i = 1 to .FoundFiles.Count" on the first filesearch, and "for j = 1 to .FoundFiles.Count" for the second filesearch. The first pass through both filesearches works fine, but when the procedure loops back for i = 2, the criteria for the second filesearch are applied instead of those for the first. I even gave the two filesearch objects different names, but it doesn't help. Is what I want to do even possible? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Philip
I seem to remember that you can only have one search going at a time. I can't seem to find anything to back that up, but that's what I remember. -- Dick Kusleika MVP - Excel www.dicks-clicks.com Post all replies to the newsgroup. "Philip Davich" wrote in message ... Is it possible to run to filesearch objects at the same time? I tried a filesearch within a filesearch, using a "for i = 1 to .FoundFiles.Count" on the first filesearch, and "for j = 1 to .FoundFiles.Count" for the second filesearch. The first pass through both filesearches works fine, but when the procedure loops back for i = 2, the criteria for the second filesearch are applied instead of those for the first. I even gave the two filesearch objects different names, but it doesn't help. Is what I want to do even possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
selecting multiple objects with macro | Excel Discussion (Misc queries) | |||
Multiple paste not allowed | Excel Worksheet Functions | |||
remove multiple objects | Excel Discussion (Misc queries) | |||
Bin, Distribution multiple objects??? | Excel Worksheet Functions | |||
Multiple text criteria with FileSearch object? | Excel Programming |