Working with PDF files in VBA

  • Thread starter Thread starter Vicki Main
  • Start date Start date
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.
 
name oldfilename as Newfilename

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