I am using the following code to move a file from one location (locally) to another location on the network, but it generates a "Path Not Found" error.
But if I type the paths into the "Run" box, it opens the locations just fine.
Any ideas??
cstrPrinterPath = "C:\MyFolder"
VB Code:
fso.MoveFile cstrPrinterPath & "\" & strFileName, "\\NetworkShare\MyFolders\PDFCatalogs\November\" & strNewFileName
