Finding a Excel.exe file in drives
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, How to find a Excel.exe file path in drives Any comments,suggestions are welcome thanks in advance Kalaiselvi
Kalaiselvi, I'm not sure what you mean but I'll take a stab at it. If you are using you "search" feature I think that you could just use a wild card. Search for: *.exe should show all exe files. Search for: */excel.exe should show all excel.exe files. Hope this helps, Garner