Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an XLA which creates menus items off a right click. In the midst of
my screwing around, I changed these names and have somehow created a name which I cannot get rid off. I have a delete routine but it does not seem to get rid of it. Can anyone tell me of a quick way to delete this item in my right click menu. I have tried everything. Thanks EM |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry to be clear, its in my Personal Workbook not an XLA.
Thanks "ExcelMonkey" wrote: I have an XLA which creates menus items off a right click. In the midst of my screwing around, I changed these names and have somehow created a name which I cannot get rid off. I have a delete routine but it does not seem to get rid of it. Can anyone tell me of a quick way to delete this item in my right click menu. I have tried everything. Thanks EM |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi ExcelMonkey
You can reset the whole cell menu to default with Application.CommandBars("Cell").Reset -- Regards Ron de Bruin http://www.rondebruin.nl "ExcelMonkey" wrote in message ... Sorry to be clear, its in my Personal Workbook not an XLA. Thanks "ExcelMonkey" wrote: I have an XLA which creates menus items off a right click. In the midst of my screwing around, I changed these names and have somehow created a name which I cannot get rid off. I have a delete routine but it does not seem to get rid of it. Can anyone tell me of a quick way to delete this item in my right click menu. I have tried everything. Thanks EM |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding Sub Menu Item to Current Custom Menu | Excel Programming | |||
Menu Item name | Excel Programming | |||
Menu items added with menu item editor in older versions | Excel Discussion (Misc queries) | |||
Adding a menu item right click menu when clicking on a single. | Excel Programming | |||
New menu bar item | Excel Programming |