Hello,
I have this code:
Dim xmlOBject As Object
Set xmlOBject = CreateObject("MSXML2.DOMDocument.6.0")
xmlOBject.async = False
xmlOBject.Load ("https://www.boi.org.il/currency.xml")' just example URL
and its load to the xmlOBject variable the XML resulte.
Is there a way to convert a...