View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jaggu Jaggu is offline
external usenet poster
 
Posts: 1
Default Icon for Menubar

I created a menubar with following code.
MenuBars(xlWorksheet).Menus.Add Caption:=MenuName,
befo="Help"

It appears with the plain text captions. How can I show
the icons before the caption? I know th faceid of the icon
but dont know how to put it in code.

Regards,
Jaggu