Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Help with saving an file to an FTP site

Can anyone help with the following? I'm trying to save an excel file to a
private ftp site and the following code is failing to save.

ActiveWorkbook.SaveAs Filename:= _
"




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,311
Default Help with saving an file to an FTP site

Not sure, but try this:

ActiveWorkbook.SaveCopyAs Filename:= _
")

HTH,
Paul


"Stewart" wrote in message
...
Can anyone help with the following? I'm trying to save an excel file to a
private ftp site and the following code is failing to save.

ActiveWorkbook.SaveAs Filename:= _
"






  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Help with saving an file to an FTP site

I was able to use ftp to log into website. Used annoymous account FTP with
Password FTP (I'm an old unix programmer). ther is no directory SiteManager
at the site unless I didn't have permission to see the directory.

try on windows going to start button and select RUN.
1) Then type ftp.
2) type Open
3) after To: type ftp.txdot.gov
4) after user: type the user account (I entered ftp)
5) enter password (I entered ftp)
6) type dir. See if SiteManagger directory exists.


"Stewart" wrote:

Can anyone help with the following? I'm trying to save an excel file to a
private ftp site and the following code is failing to save.

ActiveWorkbook.SaveAs Filename:= _
"




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
text file from url referring site mikeolson Excel Programming 0 February 16th 07 05:50 PM
Download a CSV file from an internet site Microchip Excel Programming 0 March 28th 06 12:41 PM
saving as a web site ALex Excel Discussion (Misc queries) 0 June 7th 05 02:16 PM
SaveAs method fails when saving to FTP site. Steve Brennan[_2_] Excel Programming 2 September 30th 03 09:03 PM
Saving Excel to web site Vikram[_3_] Excel Programming 0 July 9th 03 01:43 PM


All times are GMT +1. The time now is 06:14 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"