i use WebClient (from file system.tlb)
please help
Code:
ClientId = "xxxx"
Public Function UploadImage(image As String) As String
Dim wc As System.WebClient
'create WebClient
Set wc = New System.WebClient
Call wc.headers.Add("Authorization", "Client-ID " & ClientId) >>>> error here
.
.
.