Call Search Application

G

Guest

Hi,
What code should I write to call the windows search applcation?
Regards
Pedro
 
G

Guest

I suspect it would be a windows API or perhaps it has support in one of the
scripting languages or WMI. If you want to find a file, you can perhaps look
at these:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnofftalk/html/office09072000.asp
Working with Files, Folders, and Drives: More VBA Tips and Tricks
by David Shank (Office talk)




http://support.microsoft.com/kb/185476/EN-US/
How To Search Directories to Find or List Files

http://support.microsoft.com/kb/185601/EN-US/
HOW TO: Recursively Search Directories by Using FileSystemObject

http://support.microsoft.com/kb/186118/EN-US/
How To Use FileSystemObject with Visual Basic
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Find File and Open 4
Searching for multiple words in a cell 1
Open Searched File 5
Sorting numbers 1
ABS Excel Function 3
Pivot Items 1
Auto Filter 3
calling modules 1

Top