Thread: File copy
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SkylineGTR SkylineGTR is offline
external usenet poster
 
Posts: 20
Default File copy

Hi,

I would like to be able to put a button in a workbook to copy a file
from a web address to a location on my hard drive, but neither
FileCopy/CopyFile (API version)/ScriptingObject seem to be able to do
it.

I would like to do this:

CopyFile "http://a.b.c/test.xls","c:\test.xls"

Is it possible??

Cheers