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

Hi There,

Can abody give me some tips on how to copy an excel files
from network to network using macro (vba) commands.

Appreciate anyone's help.

Thanks
Eric
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 811
Default Copying files ...Network to Network

"Eric" wrote in message
...
Can abody give me some tips on how to copy an excel files
from network to network using macro (vba) commands.


Hi Eric,

I'm not sure precisely what you mean by "network to network", but here's
an example of copying a file from one server share to another server share
on the same network:

FileCopy "\\SERVER1\ShareName\Book1.xls", _
"\\SERVER2\ShareName\Book1.xls"

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Copying files ...Network to Network

if you really mean network to network, probably using ftp.

If you mean from one network drive to another in your local network,
probably the copyfile command using the scripting runtime.

or maybe even the builtin vba filecopy command.

Regards,
Tom Ogilvy




"Eric" wrote in message
...
Hi There,

Can abody give me some tips on how to copy an excel files
from network to network using macro (vba) commands.

Appreciate anyone's help.

Thanks
Eric



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
Navigating to Excel files over network slow, but not Word files Newbie123 Excel Discussion (Misc queries) 1 December 2nd 09 01:18 PM
.XLB files and network Alain Excel Discussion (Misc queries) 2 August 19th 08 10:33 PM
how can I syncronize excel files on a network? [email protected] Excel Discussion (Misc queries) 1 September 25th 06 10:46 PM
can not save office2000 files with new name over network DF2000 Excel Discussion (Misc queries) 13 July 24th 05 08:12 PM
Hyperlinks to network files Tommc49 Excel Discussion (Misc queries) 0 June 25th 05 09:59 PM


All times are GMT +1. The time now is 11:51 PM.

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"