VBA Code to copy files from form one folder to another based on paths and file names list in excel

Joined
Aug 30, 2016
Messages
5
Dear All,

I am looking for a VBA code to copy a huge number of files from one location to another based on location based on the path listed in different columns.
Also Copied files needs to be renamed as listed and need comments on the copy status.

Here is the excel template looks like:

Source File NameSource PathNew File NameDestination PathStatus
Tracker.xlsxC:\Users\harish\Desktop\FromNew_Tracker.xlsxC:\Users\harish\Desktop\ToCopied
5369 Summary.xlsxC:\Users\harish\Desktop\From\SumNew_5369 Summary.xlsxC:\Users\harish\Desktop\To\SumCopied
5369 Diff .docxC:\Users\harish\Desktop\From\DiffNew_5369 Diff .docxC:\Users\harish\Desktop\To\DiffCopied
Signed.pdfC:\Users\harish\Desktop\FromNew_Signed.pdfC:\Users\harish\Desktop\ToNot copied
Signed2.pdfC:\Users\harish\Desktop\From\SignedNew_Signed2.pdfC:\Users\harish\Desktop\To\SignedNot copied
Test Reports.pdfC:\Users\harish\Desktop\From\ReportNew_Test Reports.pdfC:\Users\harish\Desktop\To\ReportCopied
Master.docxC:\Users\harish\Desktop\From\TrackerNew_Master.docxC:\Users\harish\Desktop\To\TrackerCopied

Please need your support.

Regards,
Harish
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Dear All,

I am looking for a VBA code to copy a huge number of files from one location to another based on location based on the path listed in different columns.
Also Copied files needs to be renamed as listed and need comments on the copy status.

Here is the excel template looks like:

Source File NameSource PathNew File NameDestination PathStatus
Tracker.xlsxC:\Users\harish\Desktop\FromNew_Tracker.xlsxC:\Users\harish\Desktop\ToCopied
5369 Summary.xlsxC:\Users\harish\Desktop\From\SumNew_5369 Summary.xlsxC:\Users\harish\Desktop\To\SumCopied
5369 Diff .docxC:\Users\harish\Desktop\From\DiffNew_5369 Diff .docxC:\Users\harish\Desktop\To\DiffCopied
Signed.pdfC:\Users\harish\Desktop\FromNew_Signed.pdfC:\Users\harish\Desktop\ToNot copied
Signed2.pdfC:\Users\harish\Desktop\From\SignedNew_Signed2.pdfC:\Users\harish\Desktop\To\SignedNot copied
Test Reports.pdfC:\Users\harish\Desktop\From\ReportNew_Test Reports.pdfC:\Users\harish\Desktop\To\ReportCopied
Master.docxC:\Users\harish\Desktop\From\TrackerNew_Master.docxC:\Users\harish\Desktop\To\TrackerCopied

Please need your support.

Regards,
Harish
Sorry missed to mention, Folder & Sub folder to be created and copy the files to the destination.
 
Upvote 0

Forum statistics

Threads
1,215,217
Messages
6,123,673
Members
449,116
Latest member
HypnoFant

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top