Microsoft Office 2010 Excel 加载项(或 UDF)
我创建了一个带有 UDF 的自动化插件,可将给定数字转换为字符串(例如 100 = 一百);就像 C# 中 Visual Studio 2010 中的类库一样,它适用于 MS Excel 2007(x86)。当我在 MS Excel x64 上安装它时遇到问题。我已经使用 此博文。
为了让这个东西发挥作用,应该在哪里改变什么?
I have created an automation add-in with a UDF that converts a given number into a string (ex. 100 = one hundred); like a class library in Visual Studio 2010 in C#, and it works with MS Excel 2007(x86). I am having a problem when I install it on MS Excel x64. I have created the add in using this blog post.
Where and what should be changed to make this thing to work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从OP的评论中做出回答。
安装过程可以在此处找到。
To make an answer from the OP's comment.
The installation procedure can be found here.