How can I upload a file to my webfolder?

  • Thread starter Thread starter Jos Vens
  • Start date Start date
J

Jos Vens

Hi,

I have a function to upload a file, but it does not seem to work. Has
someone some suggestions?

Thanks
Jos Vens

Function My_Upload()

Dim oBk As Workbook
Set oBk = ActiveWorkbook
oBk.SaveAs "ftp://myAccount:[email protected]/www/Download/Test.xls"

End Function
 
Did you try it manually with the macro recorder on to see what appeared in
the module? Just a suggestion, not necessarily a good one :-(.
 
Back
Top