How to write a Add-in for the development enviroment: “Microsoft Visual Basic for Applications”

寵の児 提交于 2021-02-04 08:30:06

问题


I want to write a Add-In for the development enviroment: "Microsoft Visual Basic for Applications" which I have to use.

I want to add some convenience functions.

Unfortunately I cant find anything about this because as soon as I search for "Microsoft Visual Basic for Applications" or "Add-In" it tells me how to write Add-in with VBA. But I want to know how I write a Add-In in any language (if possible everything else but vba) for the development enviroment: "Microsoft Visual Basic for Applications"


回答1:


After some searching I found the answer to my question.

Here: https://www.mztools.com/articles/2012/MZ2012013.aspx I found a good description for writing the AddIn in Visual Basic (It was no problem to translate it to C#)

Here: Build add-in for VBA IDE using VB.NET I found good tipps for troubleshooting.

btw. the development enviroment: "Microsoft Visual Basic for Applications" is called "VBE"



来源:https://stackoverflow.com/questions/50965251/how-to-write-a-add-in-for-the-development-enviroment-microsoft-visual-basic-fo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!