Reputation: 11
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!
Thanks in advance.
Upvotes: 1
Views: 9975
Reputation: 3917
It should work the same as 2010, and yes you drop the DLLs into the VBA7.1 folder instead of the VBA7 folder.
Upvotes: 1