View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mette Yri Mette Yri is offline
external usenet poster
 
Posts: 3
Default Passwordproblem when saving to ftp-server

Hi!

Does anybody know how to put the password into the code when saving to
a ftp-server in VBA? I use this code, but have to connect to the
ftp-server with the password manually every time I open excel.

ActiveWorkbook.SaveAs Filename:=
"ftp://ftpserver.com/dir/dir/myfile.xls"

Thanks in advance,
Mette
--
my