
FTP in Excel causes Error 68
- I have an application written in VB 6.0 which is called
from Excel. This application allows the current Excel
worksheet to be FTP'ed to our VAX mainframe.
- This application works fine on Windows 98 but when we
upgrade to Windows 2000 I get the an Error Window popup
Sheet1.ExportData_Click
Error 68:
OK
- I have located the line of code it is failing on :
Sheet1.Socket1.RemotePort = IPPORT_FTP
- IPPORT_FTP is defined as follows :
Public Const IPPORT_FTP=21
thanks for any assistance