WaterGypsy
Well-known Member
- Joined
- Jan 15, 2010
- Messages
- 700
Hi everyone
I am trying to access files on our sharepoint system so that I can update a dashboard showing when they were last run.
I can open a file held on sharepoint if I specify the full path and name, but if I try to access the folder only, so that I can list the files stored in that folder I get "Path not found".
I have tried objFSO.GetFolder and even simply ChDir (which works when I'm recording macro but not when I run that macro afterwards).
I don't even know where to look any more (
Thanks in advance for any assistance
Kevin
Forgot to say that the sharepoint address starts http:..... (obviously?)
I am trying to access files on our sharepoint system so that I can update a dashboard showing when they were last run.
I can open a file held on sharepoint if I specify the full path and name, but if I try to access the folder only, so that I can list the files stored in that folder I get "Path not found".
I have tried objFSO.GetFolder and even simply ChDir (which works when I'm recording macro but not when I run that macro afterwards).
I don't even know where to look any more (
Thanks in advance for any assistance
Kevin
Forgot to say that the sharepoint address starts http:..... (obviously?)
Last edited: