vba 使用旧宏在 2010 年不起作用?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6273302/
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
Using old macro not working in 2010?
提问by newToProgramming
I was trying to run a macro that was designed in for Microsoft Office 2003; however it will not work in Office 2010. Is there a wrapper or some sort of way that I can enable the Office 2010 to read the code?
我试图运行一个专为 Microsoft Office 2003 设计的宏;但是它在 Office 2010 中不起作用。是否有包装器或某种方式可以让 Office 2010 读取代码?
Thanks for your help and please explain in layman's terms since I really don't have extensive programming knowledge.
感谢您的帮助,请用外行的术语解释,因为我真的没有广泛的编程知识。
回答by SVTCobra
You probably need to install the VBA Converter Pack. Follow the link at the top of the support page to download the hotfix.
您可能需要安装 VBA 转换器包。按照支持页面顶部的链接下载修补程序。