FractalWalk
Technical User
I need to be able to replace a text file to an existing folder on a Sharepoint site using VBA. Due to network admin constraints, I can not use a shared drive solution and the site itself requires a username login and password.
When I search the web (and this site) the solutions tend to be identifying the folder's URL path and using that to copy the file. However, I can not use FileCopy as the site rquires authentication. I tried a FileSystemObject method but evidently that does not work for web address (folder not found) and I probably would have authentication issues as well.
Can anyone point me in the right direction?
When I search the web (and this site) the solutions tend to be identifying the folder's URL path and using that to copy the file. However, I can not use FileCopy as the site rquires authentication. I tried a FileSystemObject method but evidently that does not work for web address (folder not found) and I probably would have authentication issues as well.
Can anyone point me in the right direction?