I am trying to create an instance of the object Msxml2.DOMDocument.4.0, but I am getting the following error: ActiveX component can't create object: 'MSXML2.DOMDocument'
The error occures in this line: Set xmlDoc = CreateObject("Msxml2.DOMDocument.4.0")
How can I solve this problem?
Thank you for your helps