View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ndalal ndalal is offline
external usenet poster
 
Posts: 17
Default Cannot Save XLA add-in menus

Hi,

Please help if anyone knows the solution to this problem?

I have created an XLA, which creates menu item "Test" between Window &
Help menu item in Excel when we add the XLA add-in to Excel XLS file.

After XLA is added, I save XLS file and close it.

When I open it again, I see the menu item "Test", but dont see the
sub-menu items under it. Why are the sub-menu items getting deleted??
And thus I'm not able to properly save XLA within my XLS file.

Delete Menu Code:
Application.CommandBars("Worksheet Menu Bar").Controls("&MW Focused
Cal").Delete

Thanks in advance.
- Andy