Top "Msxml" questions

MSXML are the Microsoft XML core services, which includes a full XML DOM implementation.

Declaring early bound MSXML object throws an error in VBA

I am trying to import xml data into excel.. So the first line of the code is Dim XMLDOC As …

excel vba scripting msxml
Sending a 'application/soap+xml' SOAP request using Classic ASP

Any help with this would be appreciated; I've been at it for a few days now. Below is the code …

soap asp-classic msxml domdocument xmlhttprequest
Using VBA in Excel to Google Search in IE and return the hyperlink of the first result

I have been attempting to use IE automation to google search a string of text in Excel. I want to …

excel vba msxml
MSXML2.XMLHTTP send method works with early binding, fails with late binding

The code below works. But if I comment out the line Dim objRequest As MSXML2.XMLHTTP and uncomment the line …

http vba msxml xmlhttprequest
Using MSXML2.XMLHTTP in Excel VBA to extract large amounts of text data from website

I am trying to download historical stock price data from finance.yahoo.com for 1000s of stocks. The website only …

excel vba msxml html-content-extraction
Find MSXML version from registry

windows has many MSXML versions that can be installed side by side. i.e ver 3, 4, 5 & 6. I have to find …

msxml
MSXML3.dll 80072efd and 800c0005 errors executing ServerXMLHTTP.send in classic ASP on Windows 7

I have a classic ASP page that I am trying to debug on IIS on Windows 7. The page works fine …

iis-7 asp-classic msxml
MSXML "The system cannot locate the resource specified"

I have a function which uses MSXML to post an XML document which yesterday started failing despite no change being …

vb.net msxml
Reference to undeclared namespace prefix when parsing MSXML

How do I solve the Reference to undeclared namespace prefix: '%s' problem with Microsoft's msxml implementation? I'm using an …

xml-namespaces msxml msxml6
Parse XML File with VBA

I have a XML file with a structure similar to this: <egh_eval> <eval_set> <…

ms-access xml-parsing vba msxml