-
I have Microsoft Office Excel, Word, Access, and Powerpoint on my MAC. Will this VBA code run in one of those tools? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
NO. While VBA code in general does run within the Office tools on Apple devices, this VBA logic also depends on Microsoft ActiveX for HTTP protocol support, which does not exist on Apple products, and very likely never will. |
Beta Was this translation helpful? Give feedback.
-
Further searching reveals the potential for VBA code to perform HTTP operations on Mac, but it's not a simple substitution and does add an additional dependency on having CURL on the MAC. I've already begun contemplating what a refactor of the current code would look like. Stay tuned. |
Beta Was this translation helpful? Give feedback.
NO. While VBA code in general does run within the Office tools on Apple devices, this VBA logic also depends on Microsoft ActiveX for HTTP protocol support, which does not exist on Apple products, and very likely never will.