View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Working with PDF files in VBA

name oldfilename as Newfilename

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


--
Regards,
Tom Ogilvy


"Vicki Main" wrote in message
...


Hello,

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

Any thoughts?

thanks.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!