I am currently having problems using ActiveX components in my VBA code on MacOS.
Specifically with:
Dim oXMLHTTP As Object
Set oXMLHTTP = CreateObject("MSXML2.ServerXMLHTTP")
oXMLHTTP.Open "POST", "URL.....", False 'Set Open Posts For Text MyBody = "{Content}" 'Request Body For Text...