You are using UNC syntax, so try the actual server name instead of its IP address:
'====================================
Set rootFolder = fso.GetFolder("\\ServerName\ShareName")
'====================================
In your current statement, there is no Path specified. Using ServerName and ShareName will get your path.
mmcdonal
|