VBScript 到 exe

发布于 2024-11-04 21:47:59 字数 222 浏览 0 评论 0原文

我编写了一段代码来在 MS Word 中创建新菜单并执行一些功能。我已经在脚本窗口中编写了 VBScript 代码,当我执行 Alt+F11 时该窗口将打开。

我无法将代码发送给客户,必须将其捆绑在 exe 文件或其他文件中并将其发送给用户。

我该怎么做呢。

如果我在用户运行时创建 exe 文件,则应在用户计算机上的 MS Word 中创建菜单按钮。

谢谢 创作者

I have written a code to create a new menu in MS Word and do some functions. I have written VBScript code in the scripting window which opens when i do Alt+F11.

I cannot send the code to the customer and have to bundle it in an exe file or some other file and send it to user.

How do i do that.

If i create an exe file when the user runs it the menu button should be cretaed in MS Word on users machine.

Thanks
Creator

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

燃情 2024-11-11 21:47:59

最简单的选项是:

  1. 将 VBA 添加到普通模板中,您可以将其设为 Word 加载时运行 以添加菜单项。
  2. 创建加载项宏项目(这些可以只读/受密码保护)
  3. 创建一个 托管/VSTO 加载项

The simplest options are:

  1. Add the VBA to the normal template and you can make it run when Word loads to add your menu items.
  2. Create an add-in from the macro project (These can be read only/password protected)
  3. Create a managed/VSTO add-in
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文