Thread: Ftp from VBA
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jeff Standen Jeff Standen is offline
external usenet poster
 
Posts: 49
Default Ftp from VBA

The MS website has a module with all the functions and constants you'll need
for using the wininet library. Alternatively, you could probably find one
that's already been written and tailor it.

http://support.microsoft.com/default...b;en-us;175179

Wininet.bas is in that package if you want to build it yourself.

Cheers,
Jeff

"GJones" wrote in message
...
Is there away to do a FTP session using VBA through?

Thanks,

Greg