I just copied this from the Help File at work. I take it I'm missing some code here?
Sub whatthe()
With Application.FileSearch
.LookIn = "h:"
.Filename = "*.xls"
.SearchSubFolders = True
MsgBox .FoundFiles.Count
End With
End Sub
Any help would be great!!!
For just $19.95 you too can have a beautiful smile.
Sub whatthe()
With Application.FileSearch
.LookIn = "h:"
.Filename = "*.xls"
.SearchSubFolders = True
MsgBox .FoundFiles.Count
End With
End Sub
Any help would be great!!!
For just $19.95 you too can have a beautiful smile.