K
Kenji
I have this code
Dim request
Set request = CreateObject("MSXML.XMLHTTPRequest")
, but at the second line, I get an error
"Run-time error '429':
ActiveX component can't create object"
What am I doing wrong?
Kenji
Dim request
Set request = CreateObject("MSXML.XMLHTTPRequest")
, but at the second line, I get an error
"Run-time error '429':
ActiveX component can't create object"
What am I doing wrong?
Kenji