有谁知道 VBA Converter for Excel 2013 的修复程序?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17299938/
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
Does anyone know a fix for VBA Converter for Excel 2013?
提问by user2520447
We have a program that outputs an old excel format. When we used Excel 2010, we had to use a Microsoft Hotfix that allowed the old formats to be converted, found here: http://support.microsoft.com/kb/926430... the fix says it should work in 2013, but I haven't had any luck. My hunch is that there is not a VBA 7 folder as described, but a VBA 7.1 folder instead. 32-bit systems. (I'm aware that the link says for 64-bit, it contains a 32 and 64-bit fix.) Hopefully someone has already run into this problem and has some advice!
我们有一个输出旧的 excel 格式的程序。当我们使用 Excel 2010 时,我们必须使用允许转换旧格式的 Microsoft 修补程序,可在此处找到:http: //support.microsoft.com/kb/926430... 修复程序说它应该在 2013 年工作,但我没有任何运气。我的预感是没有描述的 VBA 7 文件夹,而是一个 VBA 7.1 文件夹。32 位系统。(我知道该链接是针对 64 位的,它包含一个 32 位和 64 位修复程序。)希望有人已经遇到了这个问题并提供了一些建议!
Thanks in advance.
提前致谢。
回答by Yuhong Bao
It should work the same as 2010, and yes you drop the DLLs into the VBA7.1 folder instead of the VBA7 folder.
它应该与 2010 一样工作,是的,您将 DLL 放入 VBA7.1 文件夹而不是 VBA7 文件夹中。