Thread: file transfer
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default file transfer

You can use Name

Name statement
Renames a disk file, directory, or folder.

OldName = "C:\Data\a.xls"
NewName = "C:\NEWFILE.xls"
Name OldName As NewName


--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2000-2003)
www.rondebruin.nl



"rvik " wrote in message ...
hai

i have a form which users fill it. The form contains fields to enter
msword file names. On submission of the form, i would like to transfer
the msword file from its current location toa different location


can it be done??

thanks


---
Message posted from http://www.ExcelForum.com/