Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
What code should I write to call the windows search applcation? Regards Pedro |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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/de...ce09072000.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 -- Regards, Tom Ogilvy "Pedro" wrote: Hi, What code should I write to call the windows search applcation? Regards Pedro |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Call Application.Volatile(True) NOT WORKING | Excel Discussion (Misc queries) | |||
Failure with Excel.Application Call | Excel Programming | |||
Call procedure using Application.Run | Excel Programming | |||
Application.Run Call Err: 1004 Cannot Find Macro | Excel Programming | |||
Call other application from excel | Excel Programming |