Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all
I have written an Excel addin that adds a menu to Excel's main menu when installed. Everything works OK. However, when you remove the addin by going to Tools Addins & unchecking the box beside its name, the menu (& all of the features available) for my addin remains until such time as you close Excel & then restart Excel. Is this normal or am I doing something wrong or is there a way to remove it immediately when you uncheck the box beside its name? Thanks Tony McGee |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That's normal.
But for that you have an event which is called: AddInUninstall you can look it up in the help. in that event you could delete the menu there's also an event AddInInstall, where you could add the menu, so that you don't have to restart excel in order to see the menu. hope that helps Carlo On Jan 10, 4:59*pm, "Tony McGee" wrote: Hello all I have written an Excel addin that adds a menu to Excel's main menu when installed. Everything works OK. However, when you remove the addin by going to Tools Addins & unchecking the box beside its name, the menu (& all of the features available) for my addin remains until such time as you close Excel & then restart Excel. Is this normal or am I doing something wrong or is there a way to remove it immediately when you uncheck the box beside its name? Thanks Tony McGee |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Tony
Create your Menu from the Workbook_AddinInstall event and delete it with the Workbook_AddinUninstall HTH Cordially Pascal "Tony McGee" a écrit dans le message de news: ... Hello all I have written an Excel addin that adds a menu to Excel's main menu when installed. Everything works OK. However, when you remove the addin by going to Tools Addins & unchecking the box beside its name, the menu (& all of the features available) for my addin remains until such time as you close Excel & then restart Excel. Is this normal or am I doing something wrong or is there a way to remove it immediately when you uncheck the box beside its name? Thanks Tony McGee |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
setup project for Excel addin, won't register addin | Excel Programming | |||
Microsoft Visual Basic errors displaid when opening Microsoft Word 97 & Excel (7 | Setting up and Configuration of Excel | |||
Change individual cell heights/widths in Microsoft Excel 2000 like Microsoft Word | Excel Discussion (Misc queries) | |||
Microsoft Excel Viewer 2003 won't open Microsoft Excel Worksheet | Excel Discussion (Misc queries) | |||
Remove Excel AddIn from AddIn List !! Help | Excel Programming |