G
Guest
What is wrong with this
Sub Copy_FIles ()
Dim fPath as string, lPath as string
fPath = "\\tfmafs01\corporatesecure$\Procurement
Reporting\ExportReportFolder\Working\"
lPath = "\\tfmafs01\corporatesecure$\Procurement
Reporting\ExportReportFolder\Working\Pre_Formatted_Backup"
FileCopy fPath & "*.*", lPath & "*.*"
End Sub
Thanks
Sub Copy_FIles ()
Dim fPath as string, lPath as string
fPath = "\\tfmafs01\corporatesecure$\Procurement
Reporting\ExportReportFolder\Working\"
lPath = "\\tfmafs01\corporatesecure$\Procurement
Reporting\ExportReportFolder\Working\Pre_Formatted_Backup"
FileCopy fPath & "*.*", lPath & "*.*"
End Sub
Thanks