G
Guest
Hi,
This code return an error. Why ?
--
Set fs = Application.FileSearch
With fs
.LookIn = "ftp://10.217.2.3"
.SearchSubFolders = True
.Filename = "*.txt"
This code return an error. Why ?
--
Set fs = Application.FileSearch
With fs
.LookIn = "ftp://10.217.2.3"
.SearchSubFolders = True
.Filename = "*.txt"