Working with PDF files in VBA

V

Vicki Main

Hello,

I am trying to move a pdf file from one directory to another (and rename
it) using VBA in excel.

Any thoughts?

thanks.
 
T

Tom Ogilvy

name oldfilename as Newfilename

for example:
name "c:\myfolder\mypdf.pdf" as "c:\folder3\mynewpdf.pdf"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top