Hi Kori
This is just something ive seen in my travels through the help files and i have never used it - but it did look useful.
With Application.FileSearch
.NewSearch
.LookIn = "C:\MyDocuments"
.SearchSubFolders = True
.FileName = "MyFile.txt"
.MatchAllWordForms = True
.Execute
MsgBox .FoundFiles(1)
End With
However, saying that, I would have thought that there must be a more efficient way. Out of my depth here, but I would imagine that you can access the registery and get the information from there much easier- just dont ask me how!!
Good luck.
Stew