Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Working With Multiple hyperlinked files | Excel Discussion (Misc queries) | |||
working with .txt files in a macro | Excel Discussion (Misc queries) | |||
less noise when working with CSV files | Excel Discussion (Misc queries) | |||
Working with other files | Excel Programming | |||
Compare two working files | Excel Programming |