In my VBA code, I wanted to move a file placed into a shared folder on my desktop, to another folder on my notebook.
I could see the file in the shortcut folder on my notebook, but the FileCopy instruction returned a "file not found" error.
When I changed the FileCopy instruction to address the UNC file path instead of the shortcut file path, it work fine.
Why won't it work with the shortcut folder?
I could see the file in the shortcut folder on my notebook, but the FileCopy instruction returned a "file not found" error.
When I changed the FileCopy instruction to address the UNC file path instead of the shortcut file path, it work fine.
Why won't it work with the shortcut folder?