VB macro or office addin for mac

送分小仙女□ 提交于 2019-12-01 12:48:10

Mac Office does not (i.e. no longer) support COM/VBA automation. This means that you won't be able to use code from your existing Windows add-in.

In order to automate Mac Office you would have to make use of Automator Actions. I am not very familiar with these, but I believe that they are less feature-rich than the VBA object model of the Windows edition.

The following page has some Actions to get you started:

Microsoft Office Automator Actions

Update: It seems that the new Mac Office 2011 comes again with some support for VBA automation.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!