Visual Studio 宏编辑器

发布于 2024-12-02 20:58:32 字数 149 浏览 1 评论 0原文

有没有办法更改默认宏编辑器:

screenshot

感觉就像是 Visual Studio 2010 的降级。我可以将 Office 配置为使用它吗?

Is there a way to change the macro editor from this default one:

screenshot

It feels like such a downgrade from Visual Studio 2010. Can I configure Office to use that instead?

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

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

发布评论

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

评论(2

长梦不多时 2024-12-09 20:58:32

不,据我所知,VS.NET 不支持 VBA。

如果您要创建新的 Word 或 Excel 文件,您可以做的是创建托管 Office 解决方案,安装 VSTO 2010(Visual Studio Tools for Office)后,您可以创建在 VS 2010 和自动化语言中处理的托管文档不再是 VBA,而是 C# 或 VB.NET。

对于新文件,这是一个可行的解决方案,对于旧文件,如果它们很小,您可以转换它们,或者保留旧的 VBA 代码和旧的 VBA 编辑器,如图所示。

马克,我希望微软能够制作一个从旧格式转换为新格式的工具! :(

no there is no way to my knowledge, VS.NET does not support VBA.

what you can do if you are creating a new word or excel file is create a managed office solution, having installed the VSTO 2010 (Visual Studio Tools for Office) you are able to create managed documents which are handled inside VS 2010 and the automation language is not VBA anymore but C# or VB.NET instead.

this is a viable solution for new files, for legacy files either you convert them if they are small or you keep old VBA code and old VBA editor as in your picture.

Mark I wish MS made a tool to convert from the old format to the new one! :(

命比纸薄 2024-12-09 20:58:32

您可以采取一些措施来改进它:

  1. 工具>;选项>编辑:
    取消选中“自动语法检查”

  2. 工具>选项>编辑格式:
    自定义颜色和字体

  3. 安装 VBA Rubberduck:
    http://rubberduckvba.com/

RubberDuck 会为您自动缩进。它还可以帮助您进行“单元测试、源代码控制、代码检查和重构”

There are things you can do to improve it:

  1. Tools > Options > Editor :
    Uncheck "Auto Syntax Check"

  2. Tools > Options > Edit Format:
    Customize the colors and font

  3. Install the VBA Rubberduck:
    http://rubberduckvba.com/

The RubberDuck does auto-indent for you. It also helps you with "unit testing, source control, from code inspections, and refactorings"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文