Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I have been shown to a menu creator program which list the id number of particular items on the menu bar. I have been looking for the insert picture pop up. According to the add-on I found the number to be Parent: Control Name: Built in: Visible: Enabled: ID#: Face ID#: Tag: Type: Type#: Controls: OnAction: Insert &Picture TRUE TRUE TRUE 30180 msoControlPopup 10 7 Can anyone help me get this pop up to actually work as I have no idea to be honest. Here is the addon CommandBar Tools http://www.erlandsendata.no/english/...oadcommandbars Any help would be great Thanks Greg |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Greg
Application.CommandBars _ ("Picture").Visible = True Hint: Use the macro recorder and let excel make your initial code. Regards, Per Hi all, I have been shown to a menu creator program which list the id number of particular items on the menu bar. I have been looking for the insert picture pop up. According to the add-on I found the number to be Parent: Control Name: Built in: Visible: Enabled: ID#: Face ID#: Tag: Type: Type#: Controls: OnAction: Insert &Picture TRUE TRUE TRUE 30180 msoControlPopup 10 7 Can anyone help me get this pop up to actually work as I have no idea to be honest. Here is the addon CommandBar Tools http://www.erlandsendata.no/english/...oadcommandbars Any help would be great Thanks Greg |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add menu item to right-click menu | Excel Programming | |||
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 |