问题
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