Thread: Menu item
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Per Jessen Per Jessen is offline
external usenet poster
 
Posts: 1,533
Default Menu item

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