B
Barb Reinhardt
I have the following piece of code
Set FSO = CreateObject("Scripting.fileSystemObject")
Set RootFolder = FSO.getFolder(myFolder)
myFolder = "K:" (with other folders)
I get an error if I haven't accessed the mapped K drive. Does anyone have
any suggestions as to how to avoid this error?
Thanks,
Barb Reinhardt
Set FSO = CreateObject("Scripting.fileSystemObject")
Set RootFolder = FSO.getFolder(myFolder)
myFolder = "K:" (with other folders)
I get an error if I haven't accessed the mapped K drive. Does anyone have
any suggestions as to how to avoid this error?
Thanks,
Barb Reinhardt