Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default file transfer

hai

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


can it be done??

thank

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
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/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default file transfer

but can the name of the file be taken from a variable or cell address.

users fill the name of the file in a cell address.

pls help me

thanks


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

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default file transfer

Use this

Sheets("Sheet1").Range("A1").value

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



"rvik " wrote in message ...
but can the name of the file be taken from a variable or cell address.

users fill the name of the file in a cell address.

pls help me

thanks


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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Transfer data from one file to another jmj713 Excel Discussion (Misc queries) 4 February 5th 08 07:12 PM
Transfer .xls file to Ipaq missmarlag Excel Discussion (Misc queries) 0 March 13th 07 04:28 PM
File Transfer Vijay Chary Excel Discussion (Misc queries) 4 February 26th 07 04:36 PM
file transfer to pocket pc Ben Excel Discussion (Misc queries) 7 March 7th 05 12:37 PM
file transfer using ftp shockley Excel Programming 0 September 19th 03 04:36 PM


All times are GMT +1. The time now is 09:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"