将 Outlook 对象库添加到 Excel 2011 for Mac

发布于 2024-12-07 11:53:36 字数 155 浏览 0 评论 0原文

我正在尝试将 VBA 宏代码从 Excel 2003 移动到 Excel 2011。

该宏需要从 Outlook 发送电子邮件。但是,当我转到“工具”>“添加 Outlook 对象库的引用,它不会显示在列表框中。

如何添加引用以便我可以访问 Outlook?

I am trying to move a VBA macro code from Excel 2003 to Excel 2011.

The macro requires sending an Email from Outlook. However, when I went to Tool > References to add the Outlook Object Library, it does not show up in the List box.

How do I go about adding the reference in so i can access Outlook?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

你与昨日 2024-12-14 11:53:36

据我所知,MAC 世界中的办公自动化在某种程度上是有限的。 请参阅此讨论。 还有 Microsoft 论坛中的这个。

As of my knowledge Office Automation in the MAC world is somehow limited. Please see this discussion. Also this one in a Microsoft Forum..

花想c 2024-12-14 11:53:36

您可以使用浏览选项添加参考。
您只需添加对文件“MSOUTL.OLB”的引用
在我的系统中,它位于“C:\Program Files\Microsoft Office\Office12\MSOUTL.OLB”中,在您的系统中,它可能位于不同的文件夹中。

You can add reference by using Browse option.
You just need to add reference to the file "MSOUTL.OLB"
In my system I have it in "C:\Program Files\Microsoft Office\Office12\MSOUTL.OLB" , In your system it could be in different folder.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文