Save a file (word, or excel, or PDF)

J

jokobe

How do save a file. I have the file name, it might be a PDF-File or Word or
something else.

Thanksin advance

jokobe
 
D

Daniel

I will assume you mean copy an existing file to your destination. As such,
just use the FileCopy Statement

FileCopy source, destination

If you had something else in mind, please explain more and I will try and
help more.

Daniel
 
Top