Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
a custom menu (operated with some macro) always appears when I open the
workbook although I deleted it (or changed its name) before already. How can I pernamently delete it? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Public Sub RemoveCustomMenu() Dim cbWSMenuBar As CommandBar On Error Resume Next Set cbWSMenuBar = CommandBars("Worksheet Menu Bar") cbWSMenuBar.Controls("Menu").Delete End Sub '******************* "Menu" Is the Name of Menu at my place u can replace it by the name given by u with regards Excel Power -- ExcelPower ------------------------------------------------------------------------ ExcelPower's Profile: http://www.excelforum.com/member.php...o&userid=30964 View this thread: http://www.excelforum.com/showthread...hreadid=508847 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom Menu Help | Excel Worksheet Functions | |||
Excel 2000 Custom Menu Item | Excel Discussion (Misc queries) | |||
Custom menu | Excel Worksheet Functions | |||
Remove custom menu | Excel Discussion (Misc queries) | |||
Deleting custom Commands from File Menu are nor saved next time w. | Excel Worksheet Functions |