12-05-2019
01:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-05-2019
01:31 PM
VB.net Addin unload itself?
I would like a DLL addin to be able to unload it self. I found some code that works running it from VBA but not from inside my addin. Is is possible for an addin to unload itself?
ThisApplication.ApplicationAddIns.ItemById("{idstringhere]").Deactivate()