Web Services in VBA using MSXML.ServerXMLHTTP on Mac
问题 I have an Add-In for Excel that, at one point, I need to send and receive data via Web Services using the Microsoft XML DLLs. The problem is that now I need to make this Add-in available for Mac . Right from the outset I came across a problem, MSXML2.XMLHTTP is not available for Mac. Public Function PostWebservice(ByVal AsmxUrl As String, ByVal SoapActionUrl _ As String, ByVal XmlBody As String, sPOST As String) As String Dim objDom As Object, objXmlHttp As Object, strRet As String Dim