PDA

View Full Version : Copy File



Djblois
12-14-2007, 02:18 PM
I copied this code from a book I have to copy a file from one folder to another:

fil.copy "D:\", true

However, I can't find how to reference the original file.

Norie
12-14-2007, 02:35 PM
Daniel

That code is just wrong.

Unless there's more to it.

lynnnow
12-15-2007, 03:43 AM
Have you tried the FileCopy function in VBA?