Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Internet transfer controls | Excel Discussion (Misc queries) | |||
Export to Microsoft Excel in Internet Explorer | Setting up and Configuration of Excel | |||
Microsoft Internet Transfer control with excel 2003 | Excel Programming | |||
Send Files To FTP - Can't use Internet Transfer Control ActiveX | Excel Programming | |||
internet data transfer library | Excel Programming |