Thread: Excel FTP
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ben ben is offline
external usenet poster
 
Posts: 232
Default Excel FTP

I don't know if there is an Add-on
however I do know that at least Xcel 2003 has that capability built in
in FileSave As menu,
in your locations drop down box you can
Add/Edit FTP locations
once you have one set-up you can write code to save to it like a normal
location or a network location.
Or save the files manually
'or conversely get an FTP uploader - search google for FTP Commander, it's
Free and simple to use.



--
When you lose your mind, you free your life.


"J Shrimps, Jr." wrote:

Have many CSV files that need to be loaded onto an ftp server
within our network.
Save my csv files in Excel and then open them with a text
editor with FTP capabilities.
Is there an Excel add-on that allows saving files to an FTP server?