Thread: Custom Menu
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
luis luis is offline
external usenet poster
 
Posts: 12
Default Custom Menu

I have a custom menu and i'd like to know if it's posible
to put a symbol before the option, created by me.
The code i'm using is the following, and the property i'm
talking about is submenuitem.faceid=???

Set subMenuItem =
mnuitem.Controls.AddType:=msoControlButton)
subMenuItem.Caption = "Option1"
subMenuItem.FaceId = 17
subMenuItem.OnAction = "Openfile"