使用 Excel VBA 打开 Outlook 宏?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6910865/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Open Outlook Macro With Excel VBA?
提问by MrPropper
Possible Duplicate:
Call outlook VBA from Excel
I know about the Application.Run
method from Excel, with which I can open an Excel macro from Outlook.
我知道Application.Run
Excel 中的方法,我可以用它从 Outlook 中打开 Excel 宏。
I need to switch the Excel.Application
object to Outlook.Application
and it doesn't work.
我需要将Excel.Application
对象切换到Outlook.Application
它,但它不起作用。
The error message is: "Method is not supported."
错误信息是: "Method is not supported."