Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I create my own menu with sub menu in Excel 97 and they are al
associated with macros. Now, I want to put this menu on othe computers but their's too much sub-menu to recreate them all manually so I tried to make a macro witch make those menus, but it doesn't work When I execute the macro, the menu is blank and the macros aren' associated with the menus. When I look to the generated code I se that: Application.CommandBars("Worksheet Menu Bar").Controls.Add Type: _ msoControlPopup, Befo=11 Application.CommandBars("Menu contextuel personnalis 1").Controls.Add Type:= _ msoControlButton, ID:=2949, Befo=1 Application.CommandBars("Menu contextuel personnalis 1").Controls.Add Type:= _ msoControlButton, ID:=2949, Befo=2 So there's no rename action and no associated macro. I could program in VB but know nothing in VBA (I use a French Excel 97 -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Old Menu Macro | Setting up and Configuration of Excel | |||
How can i recreate a list without errors | Excel Worksheet Functions | |||
How do I force Excel to recreate links it lost in conversion. | Excel Discussion (Misc queries) | |||
Can excel read my old lotus 123 files or will I have to recreate? | Excel Discussion (Misc queries) | |||
Recreate the upper part of a symetric data matrix 75x75 | Excel Discussion (Misc queries) |