View Single Post
  #1   Report Post  
Joseph
 
Posts: n/a
Default macro for copying file

How to write a macro which copies a file in one loacation (source location)
to other folder (destination).
I used the function FileSystemObject.CopyFile
"c:\mydocuments\letters\*.doc", "c:\tempfolder\" but it returned error.
Can any one help me.

Regards,
Joseph