R
reidarT
I am trying to upload a file
Dim ftp As Inet
Set ftp = New Inet
'Set ftp = Inet
With ftp
.Protocol = icFTP
.RemoteHost = HostName
.UserName = UserName
.Password = Password
.Execute .URL, "Put " + Lo...
I get an error on Set ftp = New Inet
where the errormessage is 'ActiveX component can't create object'
reidarT
Dim ftp As Inet
Set ftp = New Inet
'Set ftp = Inet
With ftp
.Protocol = icFTP
.RemoteHost = HostName
.UserName = UserName
.Password = Password
.Execute .URL, "Put " + Lo...
I get an error on Set ftp = New Inet
where the errormessage is 'ActiveX component can't create object'
reidarT