错误 429 excel vba activex CreateObject(“SAP.Functions”)

error 429 excel vba activex CreateObject(“SAP.Functions”)

只需升级到 windows 10 和 Excel 2016,现在我的 VBA 应用无法运行。

set x = CreateObject(“SAP.Functions”)

运行时错误 429 ActiveX 组件无法创建对象

解决方法是安装 Office 32 位版本。由于某些原因,64 位 Office 不支持 "SAP.Functions",即使 SAP DLL 和 OCX 已正确安装和注册。