Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi I need to be able to move a file within excel to another directory folder.
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
OldName = "C:\MYDIR\OLDFILE": NewName = "C:\YOURDIR\NEWFILE"
Name OldName As NewName ' Move and rename file. Damien wrote: Hi I need to be able to move a file within excel to another directory folder. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Damine
If you are asking for VBA option try Name oldpathname As newpathname -- Thanks Xcelion "Damien" wrote: Hi I need to be able to move a file within excel to another directory folder. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Move File | Excel Discussion (Misc queries) | |||
Move rows from 1 file to other file? | Excel Programming | |||
Move File When The ... | Excel Programming | |||
Move or Copy file | Excel Programming | |||
Move or Copy file | Excel Programming |