Hi,
I'd like to transfer files from several drives on my pc to one cetnral
location.

From
A:\Office1\
B:\Office2\
C:\Office3\

To
D:\HeadQuarters\

My routine now is the following
1) Copy the files from drives: A, B, and C; and then
2) Paste the filesto the D drive
3) Delete the files permanently from drives A, B, and C.

As you see this is a tedious routine, which I'd liket o avoid by using
VBA. Can someone start me off with some code on how to accomplish
this. Thanks so much in advance!

Jrew