View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] abdulsalam.abdullah@gmail.com is offline
external usenet poster
 
Posts: 4
Default Face ID on main menu?

Hi,

I have the following code:

Set myCustMenu = cbWSMenuBar.Controls.Add(Type:=msoControlButton,
befo=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