View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bythsx-Addagio[_2_] Bythsx-Addagio[_2_] is offline
external usenet poster
 
Posts: 27
Default 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.