FTP a text file to a server using VBA in Excel

Posted by Anindya on Stack Overflow See other posts from Stack Overflow or by Anindya
Published on 2010-05-26T15:58:50Z Indexed on 2010/05/26 16:01 UTC
Read the original article Hit count: 221

Filed under:
|

I have an Excel worksheet where the user enters certain data, which I want to store in a text file and upload to a server using FTP. One site suggested adding a reference to "Microsoft Internet Transfer Control" and then define an "Inet" object to do the FTP. However, I am unable to find a reference with this name in "Tools -> References" in the VB Editor. Does anyone know of a solution for this problem? Thanks in advance.

© Stack Overflow or respective owner

Related posts about ftp

Related posts about excel-vba