Build add-in for VBA IDE using VB.NET

后端 未结 5 1747
你的背包
你的背包 2020-12-04 18:25

I have asked this elsewhere, but have never found anyone knows how to build an add-in for VBA IDE using VB.NET. Is it even possible? Could someone point me to an example?

5条回答
  •  死守一世寂寞
    2020-12-04 19:10

    Also take care that the Guid of the project (in case of c# in assamblyInfo.cs) is different from the Guid of the Class "Connect".

    Having the same Guid results in a "could not be converted to a type library"-error when checking: Project Properties > Build Tab > Register for COM Interop

提交回复
热议问题