PDA

View Full Version : [SOLVED] Copy / paste Word file from 1 destination to other



ilyaskazi
11-08-2005, 06:19 AM
Require through vba:

copy / paste Word file or any other file from 1 destination to other destination

austenr
11-08-2005, 07:05 AM
Hi ilyaskazi. Is this a Word question? If so we need to move the thread to that area. Also, a little more information would be helpful so we can help you. What application is the file being copied from and to?:hi:

ilyaskazi
11-09-2005, 10:31 PM
No, this is not for word question. This automation is require through excel vba only.

I m doing some process in Excel vba. Upon completing i need to take my project files to some other destination in which file may contain of various type like: Text file, word, pdf and so on all readable files..

:help

Dave
11-13-2005, 11:29 AM
See the VBA help for copyfile. Dave

ilyaskazi
11-13-2005, 11:53 PM
thankyou dave.
It is solved..............:thumb

Dave
11-14-2005, 07:44 PM
You are welcome ilyaskazi (http://www.vbaexpress.com/forum/member.php?u=1717) vbmenu_register("postmenu_50016", true); . It is an interesting thing that copyfile. You can zip your open XL book or adjust your open Word document if you mess with it enough. It seems kind of handy. Dave