L
Luis
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"
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"