ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   microsoft internet transfer control (https://www.excelbanter.com/excel-programming/330457-microsoft-internet-transfer-control.html)

[email protected][_2_]

microsoft internet transfer control
 
hi
i am doing an application in excel VBA and would like to know
where to get the control for internet transfer. I wanted to use FTP to
connect to an FTP server and get a file to local.
thanks


FredrikB

microsoft internet transfer control
 
Hi,

Have you had any luck? I'm interested in sending a file by FTP.
How did you manage to do that?

--
/FredrikB


" wrote:

hi
i am doing an application in excel VBA and would like to know
where to get the control for internet transfer. I wanted to use FTP to
connect to an FTP server and get a file to local.
thanks



Gary's Student

microsoft internet transfer control
 
The lazy mans option is to get a telecommunication program that allows
scripting (like Kermit 95). Write and debug the FTP script manually. Then
pick a cell in the spreadsheet and insert a hyperlink to the script file (not
the external server). Clicking the cell will cause the telecom script to
execute and complete the transfer.

From VBA, assuming the link is in A1, the transfer would be accomplished by:

Range("A1").Select
Selection.Hyperlinks(1).Follow

--
Gary's Student


" wrote:

hi
i am doing an application in excel VBA and would like to know
where to get the control for internet transfer. I wanted to use FTP to
connect to an FTP server and get a file to local.
thanks




All times are GMT +1. The time now is 05:30 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com