How do I use VB to open an FTP window for the user?
W Wolfgang Kais Aug 22, 2005 #2 Hello "JonWayne". JonWayne said: How do I use VB to open an FTP window for the user? Click to expand... I have not tested this, but a suggest something like the following: Dim ie as Object Set ie = createobject("InternetExplorer.Application") ie.Visible = True ie.Navigate ftp://yourftpsite
Hello "JonWayne". JonWayne said: How do I use VB to open an FTP window for the user? Click to expand... I have not tested this, but a suggest something like the following: Dim ie as Object Set ie = createobject("InternetExplorer.Application") ie.Visible = True ie.Navigate ftp://yourftpsite