Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Otto
You can use this rename the file in the New folder before you open it Nname is the full path to the file in the New folder Name NewN As Left(NewN, Len(NewN) - 4) & "something.xls" -- Regards Ron de Bruin (Win XP Pro SP-1 XL2000-2003) www.rondebruin.nl "Otto Moehrbach" wrote in message ... Excel 2003 I'm helping an OP to automate a tiresome task of copying from file to file, over many, many files. The problem I see is that the source and destination files have the exact same name. In fact, that is the criteria by which the destination file is selected. Since a file has to be open to copy from, and a file has to be open to paste to, how to get from here to there? The only solution I can see at the moment is to use a dummy file in between. Now that I've written the above I see another way. Change the name of the source file (it will be discarded after the copy/paste). Given that, what is the code to change the name of a file, given the full path is known. Is there a better way? Thanks for your help. Otto |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy, paste without file name referenced after paste | Excel Discussion (Misc queries) | |||
Protecting a file from Copy/Paste | Excel Discussion (Misc queries) | |||
How can I allow only copy of a file not cut and paste? | Excel Discussion (Misc queries) | |||
copy/paste from one file to another without file name reference | Excel Discussion (Misc queries) | |||
copy, paste and save file | Excel Programming |