Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi ,
I tried to copy from the Network Places Folders ( HTTP:\\XYZ -- Local Intranet Drive ) , but I was not able to copy using FileCopy Command , and an error message with Bad File Name has been thrown. Is there any other Command to do this or any modification in the FileCopy command will do so ?? Explain me with a sample example or with Syntax ! An Internet Site Link would also be helpful Thanks In Advance , Lokesh R |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Whenever I refer to files on a SharePoint server, I change the path.
For example, file 'myfile.xls' exists on http://spserver/sitename/doclib/myfile.xls. I refer to it as: \\spserver\sitename\doclib\myfile.xls Please note you have to have specific security setup to view files this way. If you need me to look up what I did for security, let me know. Lokesh wrote: Hi , I tried to copy from the Network Places Folders ( HTTP:\\XYZ -- Local Intranet Drive ) , but I was not able to copy using FileCopy Command , and an error message with Bad File Name has been thrown. Is there any other Command to do this or any modification in the FileCopy command will do so ?? Explain me with a sample example or with Syntax ! An Internet Site Link would also be helpful Thanks In Advance , Lokesh R |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening files from HTTP - authenticated session | Excel Discussion (Misc queries) | |||
start http://..... vs hyperlink http://..... | Excel Discussion (Misc queries) | |||
http address for shared files in web mail | Excel Programming | |||
COPYING FILES | Excel Programming |