Overkill32
New Member
- Joined
- May 13, 2011
- Messages
- 49
Am i the only one for which the application.filesearch doesn't find any file with the following code :
With Application.FileSearch
.NewSearch
.LookIn = "J:\"
.SearchSubFolders = True
MsgBox .FoundFiles.Count
End With
What did i miss out that makes the code return 0 in the msg box everytime i run it??
With Application.FileSearch
.NewSearch
.LookIn = "J:\"
.SearchSubFolders = True
MsgBox .FoundFiles.Count
End With
What did i miss out that makes the code return 0 in the msg box everytime i run it??