Aug 2, 2007 #1 Savil Programmer Joined Apr 28, 2003 Messages 333 Location EU Hi All Can anyone think of a way of searching for a particular file name in all folders on a drive using vba Thanks
Hi All Can anyone think of a way of searching for a particular file name in all folders on a drive using vba Thanks
Aug 2, 2007 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR You may use the Application.FileSearch object (deprecated in office2007). Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote
You may use the Application.FileSearch object (deprecated in office2007). Hope This Helps, PH. FAQ219-2884 FAQ181-2886
Aug 2, 2007 Thread starter #3 Savil Programmer Joined Apr 28, 2003 Messages 333 Location EU Sorry client still using Office 97 but I have just tripped over the lookin property which should do the trick Upvote 0 Downvote
Sorry client still using Office 97 but I have just tripped over the lookin property which should do the trick