View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Neil[_6_] Neil[_6_] is offline
external usenet poster
 
Posts: 3
Default File Copy Routine

Can anyone suggest a little code to do the following.

I will have a list of paths and files starting in cell A1
and going down like this:-
c:\dir\dir\filename.ext
and in column B going down I will have a destination dir
c:\backup\dir\dir\filename.ext

I want to run a loop that moves down column A copying the
files identified in each cell to the location identified
in column B.

Many thanks in advance.