View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Problem when uninstalling an Add-in

Hi Rohit,

I assume you are talking about a Com-dll. Normally it's menus would be
removed in the addin designer's OnDisconnection event.

As a user I'd be very annoyed if a third party app deleted my .xlb toolbar
file!

Regards,
Peter T


wrote in message
oups.com...
Hi All,
I have written an Add-in for excel and when I registered the dll for
Add-in , Add-in icon is shown in toolbar.

My problem is when I unregistered the Add-in dll and opened the excel,
toolbar is still showing me the Add-in icon :(.

When I am deleting excel11.xlb file (excel Setting file) this icon is
not coming but on deleting this file users current setting will not
reflect.
So i can't do this.

What should I do?

Regards,
Rohit