View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] acunnane@gmail.com is offline
external usenet poster
 
Posts: 1
Default Alternative to FileSearch for Finding Directories

I was extremely excited when I found FileSearch - it seemed like the
solution to an issue I hadn't manage to get round. Until I found out
the Filesearch isn't actually reliable and this was an issue on my
machine. So now I'm looking for an alternative.

I have a collection of directories which are named by a 12 digit part
number and a part name. I also have an excel sheet with the list of
part numbers in. I want to test to see if all the directories exist .
.. .without using filesearch.

Does anyone have any brilliant ideas?

Thanks