How could I save to an FTP site in VBA possibly using the
SaveAs function (I tried just stuffing an ftp url with a
default username and password in as the filename where the
path should go but it didn't work).

Re: Saving to an FTP site? by Jezebel

Jezebel
Tue Dec 02 15:52:02 CST 2003

Don't try it. Save the document locally then use file functions to move the
file to the target location.


"Paul" <paulcaponetti@insurancedecisions.com> wrote in message
news:022401c3b905$460d7d10$a301280a@phx.gbl...
> How could I save to an FTP site in VBA possibly using the
> SaveAs function (I tried just stuffing an ftp url with a
> default username and password in as the filename where the
> path should go but it didn't work).