How can I upload a file to my webfolder?

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
 
W

William Benson

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 :-(.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top