| Find us on |
|
Yes, generally. While not officially supported on the newest operating systems, MSXML 5.0 can usually be installed on Windows 10 and 11 to support legacy software. However, you may need to run the installer in "Compatibility Mode."
Sub CheckMSXML5() Dim xmlDoc As Object Set xmlDoc = CreateObject("MSXML2.DOMDocument.5.0") MsgBox "MSXML 5.0 installed. Version: " & xmlDoc.xml End Sub
You might wonder why a component from the early 2000s is still relevant. The answer lies in backward compatibility.