Can I copy a file from A to B?

K

Kenji

By using macros,
I want to copy a file on the computer.

For example, I want to copy a document from pictures folder to document
folder. Is it possible to do so with a macro?

Kenji
 
J

Jim Gordon MVP

Hi Kenji,

The visual basic command you are seeking is cleverly named FileCopy. Excel's
help file has syntax definition and code examples that explain how to use
the command.
 
Top