Sharing VBA modules across MS Office Applications

后端 未结 4 1603
野趣味
野趣味 2021-01-22 08:29

I have a substantial bank of VBA modules written in an Excel 2010 add-in. Some of these are specific to Excel, but many are more general. For example one takes a part number an

4条回答
  •  梦谈多话
    2021-01-22 09:04

    You would need to create a COM add-in (.dll) for that, which would require Visual Studio or some other tool capable of creating COM exposed addins. There hasn't been any facility for this in Office since the old Office Developer edition.

提交回复
热议问题