Discussion:
how to unload com addin?
(too old to reply)
UK
2006-10-26 10:52:01 UTC
Permalink
hello,

what is the code to be written in onBeginshutdown of IDTExtensibility
interface to unload a com addin from office application?
how to remove the menu item that is loaded using com addin? As the
commandBarButton is not being removed from the Ms-word though I unload com
addin?
I appreciate any help.

Thanks.
Donald A. Herman
2006-10-29 14:19:28 UTC
Permalink
commandBarButton .Delete
Set commandBarButton = Nothing
--
Donald A. Herman
Software - Scheduler Pro, Disk Cataloger, Math Wizard
http://don_herman.tripod.com
Office Extras, Addins
http://don_herman.tripod.com/msoextras
.
.
Post by UK
hello,
what is the code to be written in onBeginshutdown of IDTExtensibility
interface to unload a com addin from office application?
how to remove the menu item that is loaded using com addin? As the
commandBarButton is not being removed from the Ms-word though I unload com
addin?
I appreciate any help.
Thanks.
Loading...