Thread: File Handling
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
KL KL is offline
external usenet poster
 
Posts: 201
Default File Handling

OrigFile="C:\video.wmv"
DestFile="D:\TEMP\copy of video.wmv"
FileCopy OrigFile, DestFile

Regards,
KL

"TAM" wrote in message
. uk...
Can you please tell me whether it is possible to copy files (regardless of
type) from one location to another using VBA - I know how to get the
contents of a folder but can not find anything regarding actions to take
on
files

Thanks