Is there away to do a FTP session using VBA through? Thanks, Greg
J Jeff Standen Aug 12, 2004 #2 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.aspx?scid=kb;en-us;175179 Wininet.bas is in that package if you want to build it yourself. Cheers, Jeff
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.aspx?scid=kb;en-us;175179 Wininet.bas is in that package if you want to build it yourself. Cheers, Jeff