A
abdulsalam.abdullah
Hi,
I have the following code:
Set myCustMenu = cbWSMenuBar.Controls.Add(Type:=msoControlButton,
before:=iHelpIndex, Temporary:=True)
With myCustMenu
.Style = msoButtonCaption
.Caption = "Test"
.FaceId = 247
.OnAction = "TryME"
End With
The menu bar is not displaying the face ID. Is it not possible to have
a face ID n a menubar button on the main menu?
if i have a sub menu control button on a popup menu it works.
any idea?
thanks
I have the following code:
Set myCustMenu = cbWSMenuBar.Controls.Add(Type:=msoControlButton,
before:=iHelpIndex, Temporary:=True)
With myCustMenu
.Style = msoButtonCaption
.Caption = "Test"
.FaceId = 247
.OnAction = "TryME"
End With
The menu bar is not displaying the face ID. Is it not possible to have
a face ID n a menubar button on the main menu?
if i have a sub menu control button on a popup menu it works.
any idea?
thanks