如何使用 C# 创建 MS Access 宏?

发布于 2024-11-01 02:06:48 字数 87 浏览 1 评论 0原文

我真的不想学习 Visual Basic,而是想坚持使用 C#。我想使用 C# 而不是 Visual Basic 创建 MS Access 宏。这可能吗?如何?

I really do not want to learn Visual Basic and would like to stick with C#. I want to create a MS access macro using C# instead of Visual Basic. Is this possible? How?

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

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

发布评论

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

评论(2

北城半夏 2024-11-08 02:06:48

您应该考虑以相反的方式进行此操作。使用 Visual Studio 在 C# 中创建 COM 对象,甚至可能创建 Access 外接程序。您可以做在宏中可以做的所有事情,但需要更好的开发环境、单元测试自动化构建等。

You should consider doing this the other way around. Use Visual Studio to create COM objects in C#, possibly even creating an Add-in for Access. You can do everything you would have done in the Macro, but with a much better development environment, unit tests automated builds, etc.

温柔一刀 2024-11-08 02:06:48

当然,通过 COM 对象模型: http://support.microsoft.com/kb/317114http://msdn.microsoft.com/en-us/library/ee861519。 aspx 应该可以帮助您入门。

Sure, through the COM object model: http://support.microsoft.com/kb/317114 and http://msdn.microsoft.com/en-us/library/ee861519.aspx should get you started.

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