Hi,
I create a lot of custom shortcut menubars for my application. I am looking for an easy reference for getting the FaceID's of symbols to be used in my menus. I have the old Office 2003 ID's, but not for Office 2007.
Right now I set them like so:
Set Log = MenuPrimary.Controls.Add(T
ype:=msoCo
ntrolButto
n)
With Log
.Style = msoButtonIconAndCaption
.Caption = "View : Log"
.FaceId = 5599
.OnAction = "=fMenuContactField_Prospe
ct_Data_Pr
imary ('Log') "
.BeginGroup = False
.Enabled = True
End With
Is this done differently in Office 2007? Something instead of the .FaceId? Where can I get the 2007 FaceId's?
Thanks.
Start Free Trial