FileCopy Question
All the documentation I have read shows the following code.
FileCopy OriginalFile, CopiedFile
Why then is the following code return "Wrong number of arguments or invalid
property assignment" ?
Sub Test_Copy()
FileCopy "I:\out\BMSEP.pdf", "C:\FC_0706\BMSEP.pdf"
End Sub
Thanks for your help.
|