Hello,
I have a service (a form with certain functionality) made in vba that is integrated in the spring v9 that I am trying to import into v10. For this I am creating a .NET project, with a form with the same functionality as the one in v9, which outputs a dll that will later be imported into v10. The question is how do I import this dll into v10? Is it in the extensibilities? I want a menu to be available and then a form for the user to use.
I think what would be more like the examples that are in git is: link . But even so when importing this dll, adding a function with the dll and then creating a menu and clicking on that menu, nothing happens. Can anyone explain the procedure for making this transition?
Thank you!