do you know the FileSystemObject ?
try this, it works with remote folder
FileSystemObject provides a lot of methods and property for file system
Public Sub essai()
Dim fso As New FileSystemObject
MsgBox fso.FolderExists("\\SOB-IDS2\SILS")
End Sub
Microsoft scripting Runtime must be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.