The first part is not a question is only a help for people that some day could read this topic:
mmm Put function works in a strange way... first of all i must do late initialitations:
Not working:
Dim mObjectPush As wclOPPClientx
Set mObjectPush = New wclOPPClientx
Working
Dim mObjectPush As Object
Set mObjectPush = New wclOPPClientx
Using the second way I manage to avoid this error: "Function or interface marked as restricted, or the function uses an Automation type not supported in Visual Basic" when i call the put function
Anyway Put seems to need 2 parameters string ObjectName, System.IO.Stream Stream.
Unfortunately i only manage to get "Client not connected" errors... I'll try it. People stay on line