WinSCP in VBA Excel Error: ActiveX component cannot create
I was able to register the dll for usage in VBA but when i try to run the example script you provide in the documentation i get this error :(
Run-time error 429
ActiveX component cannot create object
the original code can be found here:
https://winscp.net/eng/docs/library_vb#example
the error happens once executing this line:
or if i split the command in two part dim and set at the line
Any clue?
Run-time error 429
ActiveX component cannot create object
the original code can be found here:
https://winscp.net/eng/docs/library_vb#example
the error happens once executing this line:
Dim mySession As New Session
or if i split the command in two part dim and set at the line
Set mySession = New Session
Any clue?