........................................................
...........................................................
Set oHttp = CreateObject("Microsoft.XMLHTTP")
Set oBinaryStream = CreateObject("ADODB.Stream") <---- error is hereoBinaryStream.Type = 1
' binary
oBinaryStream.Mode = 3
' read/write
oBinaryStream.Open
What to do?