Saving to an FTP site?

P

Paul

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).
 
J

Jezebel

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