George / Rich,
Thanks for taking the time to look into this for me guys, its much appreciated.
Rich, i was just saving each report twice (once to the network drive, once to the USB). However I did manage to find a reference to a FileCopy command which i tested and it appears to work as i hoped it would. For one of my process's i have managed to drop the time taken to run and save from 20mins to 4 mins doing it this way.
George, thanks for the links, ill have a look through them as its always good to learn new stuff.
For reference, the actual code i used was:
Dim SourceFile, DestinationFile
SourceFile = "P:\Home_MTD_Report_2007.xls"
DestinationFile = "E:\Home_MTD_Report_2007.xls"
FileCopy SourceFile, DestinationFile
Again thanks for your help this afternoon guys, much appreciated.
EddiesVoicebox