View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Icon for Menubar

You can't have an icon on the main menu bar.


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Jaggu" wrote in message
...
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